File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 23.3.1] 3/11/2025
2
+
3
+ ### DynamicZones
4
+
5
+ * Bulk request dz member statuses on zone boot ([ #4769 ] ( https://github.com/EQEmu/Server/pull/4769 ) ) @hgtw 2025-03-11
6
+
7
+ ### Zone
8
+
9
+ * Zone State Improvements (Continued) ([ #4768 ] ( https://github.com/EQEmu/Server/pull/4768 ) ) @Akkadius 2025-03-11
10
+
1
11
## [ 23.3.0] 3/8/2025
2
12
3
13
### Bots
Original file line number Diff line number Diff line change 25
25
26
26
// Build variables
27
27
// these get injected during the build pipeline
28
- #define CURRENT_VERSION "23.3.0 -dev" // always append -dev to the current version for custom-builds
28
+ #define CURRENT_VERSION "23.3.1 -dev" // always append -dev to the current version for custom-builds
29
29
#define LOGIN_VERSION "0.8.0"
30
30
#define COMPILE_DATE __DATE__
31
31
#define COMPILE_TIME __TIME__
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eqemu-server" ,
3
- "version" : " 23.3.0 " ,
3
+ "version" : " 23.3.1 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/EQEmu/Server.git"
You can’t perform that action at this time.
0 commit comments