Skip to content

Commit

Permalink
0.3.3 -> 0.4.0
Browse files Browse the repository at this point in the history
Huge updates from replays_wip and shadereditor_wip
See changelog for more info
  • Loading branch information
Gocnak committed Jun 19, 2016
1 parent 65e437f commit a1f1908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mp/src/game/shared/momentum/mom_shareddefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.4.0

0 comments on commit a1f1908

Please sign in to comment.