From a1f19086d5895b69b8567a894c0df2e727c024c7 Mon Sep 17 00:00:00 2001 From: Nick K Date: Sun, 19 Jun 2016 18:25:38 -0400 Subject: [PATCH] 0.3.3 -> 0.4.0 Huge updates from replays_wip and shadereditor_wip See changelog for more info --- 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 e2476cc91d..6d291b744d 100644 --- a/mp/src/game/shared/momentum/mom_shareddefs.h +++ b/mp/src/game/shared/momentum/mom_shareddefs.h @@ -23,7 +23,7 @@ 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.3.3" +#define MOM_CURRENT_VERSION "0.4.0" #define MOM_COLORIZATION_CHECK_FREQUENCY 0.1f diff --git a/version.txt b/version.txt index 1c09c74e22..1d0ba9ea18 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.3 +0.4.0