Bumped version number to 2.1 for gfceux
This commit is contained in:
parent
7ab151035d
commit
66a5dc8a94
|
@ -1,4 +1,4 @@
|
|||
================= version 2.0.4 ( yet to be released) ============
|
||||
================= version 2.1 ( yet to be released) ============
|
||||
* Increased the width of the sdl inputcfg window to be more visible
|
||||
with larger font sizes
|
||||
* Uninstall script works better
|
||||
|
|
4
setup.py
4
setup.py
|
@ -3,10 +3,10 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name="gfceux",
|
||||
version="2.0.4",
|
||||
version="2.1",
|
||||
scripts = ['gfceux'],
|
||||
packages = ['gfceux'],
|
||||
package_dir = {'gfceux': 'src'},
|
||||
package_dir = {'gfceux': 'src'},
|
||||
data_files=[
|
||||
('share/gfceux/',
|
||||
['data/gfceux.xml', 'data/gfceux_big.png', 'data/gfceux.png',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# gfceux - Graphical launcher for fceux.
|
||||
# Designed on Ubuntu, with platfrom independence in mind.
|
||||
version = "2.0.4svn"
|
||||
version = "2.1"
|
||||
title = "gfceux"
|
||||
# Copyright (C) 2008 Lukas Sabota <ltsmooth42 _at_ gmail.com>
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue