diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e98b1f..6ae84e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.02) +cmake_minimum_required (VERSION 2.8) project(rle) option(USE_SDL "Use SDL" OFF) diff --git a/setup.py b/setup.py index 786c1f4..082593d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run(self): ds.spawn(['./copy_cores.sh']) _build.build.run(self) -version = '1.1.1' +version = '1.1.2' setup(name = 'rle_python_interface', version=version, description = 'Retro Learning Environment Python Interface based on Ben Goodrich\'s work',