From a94c4df36d71f7980dfc469f4ab264754d67a18f Mon Sep 17 00:00:00 2001 From: Davey Date: Wed, 3 Aug 2016 15:52:20 +0100 Subject: [PATCH] Update revision number --- CMakeLists.txt | 2 +- Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c12f0f496..45362d4c7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java b/Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java index 374f9ce65..d04f79dfb 100755 --- a/Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java +++ b/Minecraft/src/main/java/com/microsoft/Malmo/MalmoMod.java @@ -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";