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
|
* 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
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||||
|
|
|
@ -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>
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue