We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442c3de commit 02e9f94Copy full SHA for 02e9f94
src/version.h
@@ -1,5 +1,5 @@
1
-#define KEYDB_REAL_VERSION "255.255.255"
2
-#define KEYDB_VERSION_NUM 0x00ffffff
+#define KEYDB_REAL_VERSION "6.3.0"
+#define KEYDB_VERSION_NUM 0x00060300
3
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config
4
5
enum VersionCompareResult
0 commit comments