Changeset 10221

Show
Ignore:
Timestamp:
08/12/08 18:12:25 (3 months ago)
Author:
js
Message:

Update version properly. We should repackage 0.12-alpha1!

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/autopackage/default.apspec

    r8182 r10221  
    1010URL: http://www.gajim.org/ 
    1111License: GNU General Public License, Version 2 
    12 SoftwareVersion: 0.11.1 
     12SoftwareVersion: 0.12-alpha1 
    1313AutopackageTarget: 1.0 
    1414PackageVersion: 1 
  • trunk/gajim.nsi

    r10059 r10221  
    165165        WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe" 
    166166        WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe" 
    167         WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.11.4.4-svn" 
     167        WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.12-alpha1" 
    168168        WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/" 
    169169        WriteUninstaller "$INSTDIR\Uninstall.exe" 
  • trunk/setup_osx.py

    r10081 r10221  
    1515GTK_DIR="/Library/Frameworks/GTK+.framework/Versions/Current" 
    1616NAME = 'Gajim' 
    17 VERSION = '0.11' 
     17VERSION = '0.12-alpha1' 
    1818DESCRIPTION = 'A full featured Jabber client' 
    1919AUTHOR = 'Gajim Development Team' 
  • trunk/setup_win32.py

    r10081 r10221  
    5959setup( 
    6060    name = 'Gajim', 
    61     version = '0.11.4.4-svn', 
     61    version = '0.12-alpha1', 
    6262    description = 'A full featured Jabber client', 
    6363    author = 'Gajim Development Team',