Skip to content

Commit

Permalink
chore: Bump verion to 2.3.0 (#1564)
Browse files Browse the repository at this point in the history
fix versions.txt, update cmake version
  • Loading branch information
aronwk-aaron authored May 10, 2024
1 parent 2ca61c3 commit 9e36510
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeVariables.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_VERSION_MAJOR=1
PROJECT_VERSION_MINOR=2
PROJECT_VERSION_MAJOR=2
PROJECT_VERSION_MINOR=3
PROJECT_VERSION_PATCH=0

# Debugging
Expand Down
2 changes: 1 addition & 1 deletion dNet/AuthPackets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void AuthPackets::SendHandshake(dServer* server, const SystemAddress& sysAddr, c
if (serverType == ServerType::Auth) bitStream.Write(ServiceId::Auth);
else if (serverType == ServerType::World) bitStream.Write(ServiceId::World);
else bitStream.Write(ServiceId::General);
bitStream.Write<uint64_t>(215523405360);
bitStream.Write<uint64_t>(215523470896);

server->Send(bitStream, sysAddr, false);
}
Expand Down
6 changes: 4 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
1.2 - Dragonmaw functional
1.1 - Whole lot of fixed bugs and implemented features
2.3 - Dragonmaw functional, new slash command system, vanity system overhaul
2.2 - Code cleanup and QoL fixes
2.1 - Bug and crash fixes
2.0 - Whole lot of fixed bugs and implemented features
1.0 - Final cleanup and bug fixing for public release
0.9 - Includes BBB without the need for a UGC server, cannon cove minigame, and bug fixes.
0.8 - Added Ninjago! and it's various features + frakjaw minigame. AG survival now works.
Expand Down

0 comments on commit 9e36510

Please sign in to comment.