diff --git a/src/version.h b/src/version.h index 7b9664059..8e588cfb3 100644 --- a/src/version.h +++ b/src/version.h @@ -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 enum VersionCompareResult @@ -25,4 +25,4 @@ enum VersionCompareResult compareVersion(struct SymVer *pver); #ifdef __cplusplus } -#endif \ No newline at end of file +#endif