Skip to content

Commit

Permalink
reduced required cmake from 3.0.2 to 2.8, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavbh12 committed Feb 28, 2017
1 parent cbfe65b commit ee247fe
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
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.02)
cmake_minimum_required (VERSION 2.8)
project(rle)

option(USE_SDL "Use SDL" OFF)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ee247fe

Please sign in to comment.