From 09f51742997f30da519d396b6e81c345ed688916 Mon Sep 17 00:00:00 2001 From: regneq Date: Fri, 7 Apr 2017 19:54:13 -0700 Subject: [PATCH] added a missing version number in version.h --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index c0c246166..d0a2838a7 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 9107 +#define CURRENT_BINARY_DATABASE_VERSION 9108 #ifdef BOTS #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9017 #else