[Release] 23.1.0 (#4736)

* [Release] 23.1.0

* Version

* Pet table last minute add in
This commit is contained in:
Chris Miles
2025-03-01 19:23:50 -06:00
committed by GitHub
parent 8cf52294e9
commit 2b79a36014
4 changed files with 76 additions and 3 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
// Build variables
// these get injected during the build pipeline
#define CURRENT_VERSION "23.0.2-dev" // always append -dev to the current version for custom-builds
#define CURRENT_VERSION "23.1.0-dev" // always append -dev to the current version for custom-builds
#define LOGIN_VERSION "0.8.0"
#define COMPILE_DATE __DATE__
#define COMPILE_TIME __TIME__
@@ -42,7 +42,7 @@
* Manifest: https://github.com/EQEmu/Server/blob/master/utils/sql/db_update_manifest.txt
*/
#define CURRENT_BINARY_DATABASE_VERSION 9308
#define CURRENT_BINARY_DATABASE_VERSION 9309
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
#endif