bump version

Former-commit-id: 8e855c4568fd555f6df9a5b00bab2e42248127e3
This commit is contained in:
John Sully 2020-03-26 01:18:21 -04:00
parent 6742a6a70c
commit 366e00df79

View File

@ -1,4 +1,4 @@
#define KEYDB_REAL_VERSION "6.0.2" #define KEYDB_REAL_VERSION "6.0.3"
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config
enum VersionCompareResult enum VersionCompareResult
@ -25,4 +25,4 @@ enum VersionCompareResult compareVersion(struct SymVer *pver);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif