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

prepare 0.14.2 release

parent 7ae19c96
No related branches found
Tags gajim-0.14.1
No related merge requests found
Gajim 0.14.2 (XX June 2011)
Gajim 0.14.2 (07 June 2011)
* Fix CPU usage when testing file transfer proxies
* Fix invalid XML char regex
......
AC_INIT([Gajim - A Jabber Instant Messager],
[0.14.1],[http://trac.gajim.org/],[gajim])
[0.14.2],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h)
......
......@@ -187,7 +187,7 @@ Section "Gajim" SecGajim
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" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.14.1"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.14.2"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
......
......@@ -49,7 +49,7 @@ options = {
setup(
name='Gajim',
version='0.14.1',
version='0.14.2',
description='A full featured Jabber client',
author='Gajim Development Team',
url='http://www.gajim.org/',
......
......@@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.14.1'
version = '0.14.2'
import sys, os.path
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