From ad487d8eff0bcab78a14095a7f230c993d4d4976 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 17 Sep 2011 22:22:56 +0200 Subject: [PATCH] update windows build script --- setup_win32.py | 6 +++--- 1 file 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'),