Skip to content
Snippets Groups Projects
Commit bab0c8b6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prepare 0.13 release

parent 81347f30
No related branches found
No related tags found
No related merge requests found
Gajim 0.13 (XX November 2009) Gajim 0.13 (24 November 2009)
* Improve gtkspell (fix memleak) * Improve gtkspell (fix memleak)
* BOSH connection * BOSH connection
......
AC_INIT([Gajim - A Jabber Instant Messager], AC_INIT([Gajim - A Jabber Instant Messager],
[0.12.5.90-rc5],[http://trac.gajim.org/],[gajim]) [0.13],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
......
...@@ -189,7 +189,7 @@ Section "Gajim" SecGajim ...@@ -189,7 +189,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.13-rc5" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13"
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"
......
...@@ -72,7 +72,7 @@ opts = { ...@@ -72,7 +72,7 @@ opts = {
setup( setup(
name = 'Gajim', name = 'Gajim',
version = '0.13-rc5', version = '0.13',
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/',
......
...@@ -27,7 +27,7 @@ docdir = '../' ...@@ -27,7 +27,7 @@ docdir = '../'
datadir = '../' datadir = '../'
localedir = '../po' localedir = '../po'
version = '0.12.5.90-rc5' version = '0.13'
import sys, os.path import sys, os.path
for base in ('.', 'common'): for base in ('.', 'common'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment