From b057a9cd7a3db41519c2044ddac227d232484b9a Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 19 Mar 2020 15:52:24 -0400 Subject: [PATCH] Unstable branch should always be version 0.0.0 Former-commit-id: 448808529ab9e9e4705c2e7cbda5b3e6523b7c6f --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 751337aaa..db32931f1 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define KEYDB_REAL_VERSION "5.3.2" +#define KEYDB_REAL_VERSION "0.0.0" extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config