Explorar el Código

Update CMakeLists.txt

Sean Paul Taylor hace 13 años
padre
commit
eda7f19abc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
 
 project(GamePlay)
 
-set(GAMEPLAY_VERSION 1.4.0)
+set(GAMEPLAY_VERSION 1.5.0)
 
 # gameplay library
 add_subdirectory(gameplay)