fix version for setup_win32.py
This commit is contained in:
parent
73157a4c65
commit
1c8e0601a3
|
@ -37,8 +37,8 @@ opts = {
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'Gajim',
|
name = 'Gajim',
|
||||||
version = '9',
|
version = '0.11',
|
||||||
description = 'A Jabber client written in PyGTK',
|
description = 'A full featured Jabber client',
|
||||||
windows = [{'script': 'src/gajim.py',
|
windows = [{'script': 'src/gajim.py',
|
||||||
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]},
|
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]},
|
||||||
{'script': 'src/history_manager.py',
|
{'script': 'src/history_manager.py',
|
||||||
|
|
Loading…
Reference in New Issue