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:
authorYann Leboulanger <asterix@lagaule.org>2011-09-18 00:22:56 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-09-18 00:22:56 +0400
commit624bf60e70d7ca46600558c105fa9f76eef7ad21 (patch)
treebf2b549ef0a5f82069885dc003af49a03edf6489
parentc6e07e8947bfc574f34cb4f727ec9ea0cca50001 (diff)
update windows build scriptgajim-0.15-beta1
-rw-r--r--setup_win32.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_win32.py b/setup_win32.py
index b577a51eb..d8f24ba92 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -49,11 +49,11 @@ options = {
setup(
name='Gajim',
- version='0.14.1',
+ version='0.15',
description='A full featured Jabber client',
author='Gajim Development Team',
- url='http://www.gajim.org/',
- download_url='http://www.gajim.org/downloads.php',
+ url='http://gajim.org/',
+ download_url='http://gajim.org/downloads.php',
license='GPL',
options=options,
executables=[Executable('src/gajim.py', icon='data/pixmaps/gajim.ico'),