Changeset 10221
- Timestamp:
- 08/12/08 18:12:25 (3 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
autopackage/default.apspec (modified) (1 diff)
-
gajim.nsi (modified) (1 diff)
-
setup_osx.py (modified) (1 diff)
-
setup_win32.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/autopackage/default.apspec
r8182 r10221 10 10 URL: http://www.gajim.org/ 11 11 License: GNU General Public License, Version 2 12 SoftwareVersion: 0.1 1.112 SoftwareVersion: 0.12-alpha1 13 13 AutopackageTarget: 1.0 14 14 PackageVersion: 1 -
trunk/gajim.nsi
r10059 r10221 165 165 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe" 166 166 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe" 167 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.1 1.4.4-svn"167 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.12-alpha1" 168 168 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/" 169 169 WriteUninstaller "$INSTDIR\Uninstall.exe" -
trunk/setup_osx.py
r10081 r10221 15 15 GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current" 16 16 NAME = 'Gajim' 17 VERSION = '0.1 1'17 VERSION = '0.12-alpha1' 18 18 DESCRIPTION = 'A full featured Jabber client' 19 19 AUTHOR = 'Gajim Development Team' -
trunk/setup_win32.py
r10081 r10221 59 59 setup( 60 60 name = 'Gajim', 61 version = '0.1 1.4.4-svn',61 version = '0.12-alpha1', 62 62 description = 'A full featured Jabber client', 63 63 author = 'Gajim Development Team',
