Skip to content

Commit

Permalink
v1.4.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Jul 7, 2023
1 parent 6c452a9 commit a8e870c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#define KRK_VERSION_MINOR 4
#define KRK_VERSION_PATCH 0
#define KRK_VERSION_LEVEL 0xb
#define KRK_VERSION_SERIAL 0x1
#define KRK_VERSION_SERIAL 0x2

#define KRK_VERSION_EXTRA_BASE "b1"
#define KRK_VERSION_EXTRA_BASE "b2"

#ifndef KRK_STATIC_ONLY
#define KRK_VERSION_EXTRA KRK_VERSION_EXTRA_BASE
Expand Down

0 comments on commit a8e870c

Please sign in to comment.