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 93acacc466..7aecba568a 100644 Binary files a/mp/game/momentum/resource/momentum_english.txt and b/mp/game/momentum/resource/momentum_english.txt differ 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