From 2d1999c9618e23e9c0822c074a4c1bd7500669ff Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 10 Dec 2014 00:59:54 -0500 Subject: [PATCH] Update version too --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 43b4f8b10..78aa9fcf0 100644 --- a/common/version.h +++ b/common/version.h @@ -30,7 +30,7 @@ Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt */ -#define CURRENT_BINARY_DATABASE_VERSION 9059 +#define CURRENT_BINARY_DATABASE_VERSION 9060 #define COMPILE_DATE __DATE__ #define COMPILE_TIME __TIME__ #ifndef WIN32