Update version properly. We should repackage 0.12-alpha1!
This commit is contained in:
parent
ad901d645f
commit
e4027ff2dd
4 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ Packager: Filippos Papadopoulos <psybases@gmail.com>
|
||||||
Summary: Gajim is a Jabber client written in Python.
|
Summary: Gajim is a Jabber client written in Python.
|
||||||
URL: http://www.gajim.org/
|
URL: http://www.gajim.org/
|
||||||
License: GNU General Public License, Version 2
|
License: GNU General Public License, Version 2
|
||||||
SoftwareVersion: 0.11.1
|
SoftwareVersion: 0.12-alpha1
|
||||||
AutopackageTarget: 1.0
|
AutopackageTarget: 1.0
|
||||||
PackageVersion: 1
|
PackageVersion: 1
|
||||||
|
|
||||||
|
|
|
@ -164,7 +164,7 @@ Section "Gajim" SecGajim
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.11.4.4-svn"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.12-alpha1"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
|
||||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ from shutil import move, copy, copytree, rmtree
|
||||||
|
|
||||||
GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current"
|
GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current"
|
||||||
NAME = 'Gajim'
|
NAME = 'Gajim'
|
||||||
VERSION = '0.11'
|
VERSION = '0.12-alpha1'
|
||||||
DESCRIPTION = 'A full featured Jabber client'
|
DESCRIPTION = 'A full featured Jabber client'
|
||||||
AUTHOR = 'Gajim Development Team'
|
AUTHOR = 'Gajim Development Team'
|
||||||
URL = 'http://www.gajim.org/'
|
URL = 'http://www.gajim.org/'
|
||||||
|
@ -199,4 +199,4 @@ elif sys.argv[1] == "build":
|
||||||
elif sys.argv[1] == "dist":
|
elif sys.argv[1] == "dist":
|
||||||
distApp()
|
distApp()
|
||||||
|
|
||||||
# vim: se ts=3:
|
# vim: se ts=3:
|
||||||
|
|
|
@ -58,7 +58,7 @@ except ImportError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'Gajim',
|
name = 'Gajim',
|
||||||
version = '0.11.4.4-svn',
|
version = '0.12-alpha1',
|
||||||
description = 'A full featured Jabber client',
|
description = 'A full featured Jabber client',
|
||||||
author = 'Gajim Development Team',
|
author = 'Gajim Development Team',
|
||||||
url = 'http://www.gajim.org/',
|
url = 'http://www.gajim.org/',
|
||||||
|
@ -76,4 +76,4 @@ setup(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
# vim: se ts=3:
|
# vim: se ts=3:
|
||||||
|
|
Loading…
Add table
Reference in a new issue