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