From 7535711509b5eec14181ec35bd626a0c27f05cec Mon Sep 17 00:00:00 2001 From: Nick K Date: Fri, 15 Apr 2016 00:25:06 -0400 Subject: [PATCH] 0.2.7 -> 0.3.0 New HUD UI elements from vguiruninfo_wip New start zones from newstartzone_wip Updated clientscheme.res LaF --- .gitattributes | 4 ++-- .../momentum/resource/momentum_english.txt | Bin 9910 -> 9856 bytes mp/src/game/shared/momentum/mom_shareddefs.h | 2 +- version.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 22614daea7..b370e63807 100644 --- a/.gitattributes +++ b/.gitattributes @@ -43,8 +43,8 @@ README text CONTRIBUTING text LICENSE text -momentum_*.txt text -gameui_*.txt text +momentum_*.txt binary +gameui_*.txt binary *.exe binary protoc binary diff --git a/mp/game/momentum/resource/momentum_english.txt b/mp/game/momentum/resource/momentum_english.txt index 93acacc466a70827674a652f5026dfbc76c15504..7aecba568ad59163f6bb659b4da555d84a248bab 100644 GIT binary patch delta 300 zcmdny+u*yQLz&suOyF`lvUNyouE`%{%TV}hm%rfkLL1fftAYKd@51 delta 294 zcmZqh-R8TYLz?WfHWhuyVOlDD2nS4z~ z04`DoXK_t_BwL2WnjYIR WkPMh5F!_&a6%WKswZJf`WdHywTuG<^ diff --git a/mp/src/game/shared/momentum/mom_shareddefs.h b/mp/src/game/shared/momentum/mom_shareddefs.h index c8b7fd256d..9b3744a237 100644 --- a/mp/src/game/shared/momentum/mom_shareddefs.h +++ b/mp/src/game/shared/momentum/mom_shareddefs.h @@ -24,7 +24,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.2.7" +#define MOM_CURRENT_VERSION "0.3.0" #define MOM_COLORIZATION_CHECK_FREQUENCY 0.1f diff --git a/version.txt b/version.txt index 967b33ffb2..9325c3ccda 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.7 \ No newline at end of file +0.3.0 \ No newline at end of file