Skip to content

Commit

Permalink
Update revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveyBiggers committed Aug 3, 2016
1 parent a527e58 commit a94c4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project( Malmo )

set( MALMO_VERSION_MAJOR 0)
set( MALMO_VERSION_MINOR 16)
set( MALMO_VERSION_REVISION 0)
set( MALMO_VERSION_REVISION 1)
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.0"; // N.B. Check that this version number matches the one in the root CMakeLists.txt and the Schemas.
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 SOCKET_CONFIGS = "malmoports";
public static final String DIAGNOSTIC_CONFIGS = "malmodiags";
public static final String AUTHENTICATION_CONFIGS = "malmologins";
Expand Down

0 comments on commit a94c4df

Please sign in to comment.