Skip to content

Commit

Permalink
Mark this as rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jul 31, 2022
1 parent 2793090 commit 5190c0c
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 @@ -6,10 +6,10 @@
#define KRK_VERSION_MAJOR 1
#define KRK_VERSION_MINOR 3
#define KRK_VERSION_PATCH 0
#define KRK_VERSION_LEVEL 0xB
#define KRK_VERSION_SERIAL 0x7
#define KRK_VERSION_LEVEL 0xC
#define KRK_VERSION_SERIAL 0x0

#define KRK_VERSION_EXTRA_BASE "b7"
#define KRK_VERSION_EXTRA_BASE "rc0"

#ifndef STATIC_ONLY
#define KRK_VERSION_EXTRA KRK_VERSION_EXTRA_BASE
Expand Down

0 comments on commit 5190c0c

Please sign in to comment.