Skip to content

Commit

Permalink
Minor: increased version to 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Hutton committed Aug 15, 2016
1 parent 180ab0e commit 190099f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ project( Malmo )
# -------------------- Options --------------------------------

set( MALMO_VERSION_MAJOR 0)
set( MALMO_VERSION_MINOR 16)
set( MALMO_VERSION_REVISION 1)
set( MALMO_VERSION_MINOR 17)
set( MALMO_VERSION_REVISION 0)
set( MALMO_VERSION ${MALMO_VERSION_MAJOR}.${MALMO_VERSION_MINOR}.${MALMO_VERSION_REVISION} )
# N.B. Check that this version number matches the one in Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java

Expand Down
2 changes: 1 addition & 1 deletion Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
public class MalmoMod
{
public static final String MODID = "malmomod";
public static final String VERSION = "0.16.1"; // N.B. Check that this version number matches the one in the root CMakeLists.txt and the Schemas.
public static final String VERSION = "0.17.0"; // N.B. Check that this version number matches the one in the root CMakeLists.txt and the Schemas.
public static final String SOCKET_CONFIGS = "malmoports";
public static final String DIAGNOSTIC_CONFIGS = "malmodiags";
public static final String AUTHENTICATION_CONFIGS = "malmologins";
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.16.2
0.17.0
-------------------
Fix: Stopped mobs spawing illegally (#280)
New: Added has_mission_begun flag to world state, to solve problems with short missions (#118, #236)
Expand Down

0 comments on commit 190099f

Please sign in to comment.