Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Aug 28, 2023
1 parent c24a1ca commit d6486b5
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 4
#define KRK_VERSION_PATCH 0
#define KRK_VERSION_LEVEL 0xb
#define KRK_VERSION_SERIAL 0x2
#define KRK_VERSION_LEVEL 0xf
#define KRK_VERSION_SERIAL 0x0

#define KRK_VERSION_EXTRA_BASE "b2"
#define KRK_VERSION_EXTRA_BASE ""

#ifndef KRK_STATIC_ONLY
#define KRK_VERSION_EXTRA KRK_VERSION_EXTRA_BASE
Expand Down

0 comments on commit d6486b5

Please # to comment.