Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-08-19 00:41:29 +0400
committerNikos Kouremenos <kourem@gmail.com>2005-08-19 00:41:29 +0400
commit4f32cf7218eac89071f722b99ea36adb2c63ad71 (patch)
treeb29c74845428680d67dcc3d86460c13bba869f3f /setup_win32.py
parentd4b8e4c9f5201e34d75798e80a860022a252e8aa (diff)
0.8 in setup_win32.py
Diffstat (limited to 'setup_win32.py')
-rw-r--r--setup_win32.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_win32.py b/setup_win32.py
index e52fd7259..55dd68d0f 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -3,7 +3,7 @@
## Gajim Team:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
-## - Nikos Kouremenos <kourem@gmail.com>
+## - Nikos Kouremenos <kourem@gmail.com>
##
## Copyright (C) 2003-2005 Gajim Team
##
@@ -41,7 +41,7 @@ opts = {
setup(
name = 'Gajim',
- version = '0.7.1',
+ version = '8',
description = 'A Jabber client written in PyGTK',
windows = [{'script': 'src/gajim.py',
'icon_resources': [(1, 'gajim.ico')]}],