Skip to content

Commit

Permalink
Fresh version for next release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Aug 30, 2023
1 parent d6486b5 commit f41253d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

#define KRK_VERSION_MAJOR 1
#define KRK_VERSION_MINOR 4
#define KRK_VERSION_PATCH 0
#define KRK_VERSION_LEVEL 0xf
#define KRK_VERSION_PATCH 1
#define KRK_VERSION_LEVEL 0xa
#define KRK_VERSION_SERIAL 0x0

#define KRK_VERSION_EXTRA_BASE ""
#define KRK_VERSION_EXTRA_BASE "a0"

#ifndef KRK_STATIC_ONLY
#define KRK_VERSION_EXTRA KRK_VERSION_EXTRA_BASE
Expand Down

0 comments on commit f41253d

Please sign in to comment.