Bumped version number to 2.1 for gfceux

This commit is contained in:
punkrockguy318 2009-03-28 14:14:17 +00:00
parent 7ab151035d
commit 66a5dc8a94
3 changed files with 4 additions and 4 deletions

View File

@ -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 * Increased the width of the sdl inputcfg window to be more visible
with larger font sizes with larger font sizes
* Uninstall script works better * Uninstall script works better

View File

@ -3,10 +3,10 @@
from distutils.core import setup from distutils.core import setup
setup(name="gfceux", setup(name="gfceux",
version="2.0.4", version="2.1",
scripts = ['gfceux'], scripts = ['gfceux'],
packages = ['gfceux'], packages = ['gfceux'],
package_dir = {'gfceux': 'src'}, package_dir = {'gfceux': 'src'},
data_files=[ data_files=[
('share/gfceux/', ('share/gfceux/',
['data/gfceux.xml', 'data/gfceux_big.png', 'data/gfceux.png', ['data/gfceux.xml', 'data/gfceux_big.png', 'data/gfceux.png',

View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
# gfceux - Graphical launcher for fceux. # gfceux - Graphical launcher for fceux.
# Designed on Ubuntu, with platfrom independence in mind. # Designed on Ubuntu, with platfrom independence in mind.
version = "2.0.4svn" version = "2.1"
title = "gfceux" title = "gfceux"
# Copyright (C) 2008 Lukas Sabota <ltsmooth42 _at_ gmail.com> # Copyright (C) 2008 Lukas Sabota <ltsmooth42 _at_ gmail.com>
## ##