Skip to content

Commit d8fa3aa

Browse files
committed
SuperCAN: bump version to 0.6.0
1 parent 23c5b44 commit d8fa3aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: MIT
22
*
3-
* Copyright (c) 2021-2023 Jean Gressmann <[email protected]>
3+
* Copyright (c) 2021 Jean Gressmann <[email protected]>
44
*
55
*/
66

@@ -10,7 +10,7 @@
1010
#define SUPERCAN_STR(x) SUPERCAN_STR2(x)
1111

1212
#define SUPERCAN_VERSION_MAJOR 0
13-
#define SUPERCAN_VERSION_MINOR 5
14-
#define SUPERCAN_VERSION_PATCH 13
13+
#define SUPERCAN_VERSION_MINOR 6
14+
#define SUPERCAN_VERSION_PATCH 0
1515

1616
#define SUPERCAN_VERSION_STR SUPERCAN_STR(SUPERCAN_VERSION_MAJOR) "." SUPERCAN_STR(SUPERCAN_VERSION_MINOR) "." SUPERCAN_STR(SUPERCAN_VERSION_PATCH)

0 commit comments

Comments
 (0)