Skip to content

Commit

Permalink
set version to 6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msotheeswaran-sc committed Oct 30, 2023
1 parent de3c218 commit 7e7e5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define KEYDB_REAL_VERSION "255.255.255"
#define KEYDB_VERSION_NUM 0x00ffffff
#define KEYDB_REAL_VERSION "6.3.4"
#define KEYDB_VERSION_NUM 0x00060304
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config

enum VersionCompareResult
Expand Down

0 comments on commit 7e7e5e5

Please sign in to comment.