Skip to content

Commit

Permalink
Increase version to 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Apr 12, 2024
1 parent e47236f commit a5cf165
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mechanized Assault & eXploration Reloaded 0.2.16 (April, 2024)
=======================================================================
- Fix crash when using metal (reparation/upgrade/reload) in any building.
- Lock prev/next buttons when those buttons would do nothing.

Mechanized Assault & eXploration Reloaded 0.2.15 (March, 2024)
=======================================================================
- Fix loading of big (clearing/building) vehicle.
Expand Down
2 changes: 1 addition & 1 deletion mk/win32/installer/maxr-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
${StrStr}

# --- Main defines ---
!define VERSION "0.2.15"
!define VERSION "0.2.16"
!define NAME "M.A.X. Reloaded"
!define FILESFOLDER "..\..\..\data\" ;the folder to the files that should be installed with this installer
!define DEDICATEDSERVER_EXE "dedicatedserver.exe"
Expand Down
2 changes: 1 addition & 1 deletion resinstaller/src/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef DefinesH
#define DefinesH

#define VERSION "0.2.15"
#define VERSION "0.2.16"

#ifdef WIN32
# ifndef TEXT_FILE_LF
Expand Down
2 changes: 1 addition & 1 deletion src/lib/maxrversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define maxrversionH

#define PACKAGE_NAME "M.A.X.R."
#define PACKAGE_VERSION "0.2.15"
#define PACKAGE_VERSION "0.2.16"

#if __has_include("autoversion.h")
# include "autoversion.h" // created by cmake/premake from autoversion.h.in
Expand Down

0 comments on commit a5cf165

Please sign in to comment.