Skip to content

Commit 5c42d8e

Browse files
committed
fix version format in header
1 parent 5daf3a8 commit 5c42d8e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASENOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.0.3
2+
3+
Various small improvements
4+
15
### 0.0.2
26

37
* Various small improvements

src/mulle-slug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* version: major, minor, patch
1212
*/
13-
#define MULLE__SLUG_VERSION (uint32_t) ((0L << 20) | (0 << 8) | 2)
13+
#define MULLE__SLUG_VERSION ((0UL << 20) | (0 << 8) | 3)
1414

1515

1616
static inline uint32_t mulle_slug_get_version_major( void)

0 commit comments

Comments
 (0)