From af4a432745bdbd893349d30a1e3c6517cf82d492 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Tue, 10 Jan 2017 20:33:01 -0500 Subject: [PATCH] Missed version.h in original commit --- common/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version.h b/common/version.h index 93dfba189..2d5f1d75f 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 9101 +#define CURRENT_BINARY_DATABASE_VERSION 9102 #ifdef BOTS #define CURRENT_BINARY_BOTS_DATABASE_VERSION 9008 #else