From 366e00df797727373eba157f5e5239a75f5cdcd7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 26 Mar 2020 01:18:21 -0400 Subject: [PATCH] bump version Former-commit-id: 8e855c4568fd555f6df9a5b00bab2e42248127e3 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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