Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Belonit committed Mar 27, 2024
1 parent dbcfd07 commit 4730aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define _STR_(x) #x

// Build number. Incremented on each released build
#define BUILD_NUMBER 2
#define BUILD_NUMBER 3

// Indicates project maturity and completeness
#define VERSION_MAJOR 0
Expand All @@ -16,7 +16,7 @@
// Indicates minor changes, like vanilla bugfixes, unhardcodings or hacks
#define VERSION_REVISION 0
// Indicates YRpp-Spawner-related bugfixes only
#define VERSION_PATCH 2
#define VERSION_PATCH 3

#if defined(IS_ANTICHEAT_VER) && defined(IS_HARDEND_VER)
#define PRODUCT_TYPE "(HardEnd + AntiCheat)"
Expand Down

0 comments on commit 4730aad

Please sign in to comment.