From 6fcbab977c80fcfc4df27067722d354eda82835a Mon Sep 17 00:00:00 2001 From: Nick K Date: Mon, 11 Apr 2016 18:53:26 -0400 Subject: [PATCH] 0.2.5 -> 0.2.7 2 patch commits from fixassertions_wip --- mp/src/game/shared/momentum/mom_shareddefs.h | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mp/src/game/shared/momentum/mom_shareddefs.h b/mp/src/game/shared/momentum/mom_shareddefs.h index 5477e1ca37..f42b0b7db4 100644 --- a/mp/src/game/shared/momentum/mom_shareddefs.h +++ b/mp/src/game/shared/momentum/mom_shareddefs.h @@ -24,6 +24,6 @@ typedef enum MOMGM // Main Version (0 is alpha, 1 is beta, 2 is release)​.Main feature push (increment by one for each)​.​Small commits or hotfixes​ // When editing this, remember to also edit version.txt on the main dir of the repo // If you have any doubts, please refer to http://semver.org/ -#define MOM_CURRENT_VERSION "0.2.5" +#define MOM_CURRENT_VERSION "0.2.7" #endif // MOM_SHAREDDEFS_H \ No newline at end of file diff --git a/version.txt b/version.txt index 28af839c0a..967b33ffb2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.5 \ No newline at end of file +0.2.7 \ No newline at end of file