From 304a037cb325d0c069068b5fd645922c9b0bb022 Mon Sep 17 00:00:00 2001 From: christianEQ Date: Thu, 28 Jan 2021 16:54:22 +0000 Subject: [PATCH] updated version num to 255.255.255 Former-commit-id: 595deb0e1391c29c4766072bdd292202dd55c79d --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 664c8233d..e59683759 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define KEYDB_REAL_VERSION "0.0.0" -#define KEYDB_VERSION_NUM 0x00000000 +#define KEYDB_REAL_VERSION "255.255.255" +#define KEYDB_VERSION_NUM 0x00ffffff extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config