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

fix date and version for windows files

parent 9399c544
No related branches found
Tags gajim-0.16.2
No related merge requests found
Gajim 0.16.2 (20 July 2015)
Gajim 0.16.2 (24 July 2015)
* improve Zeroconf under windows and with IPv6
* Fix errors with GnuPG
......
......@@ -2,7 +2,7 @@ gajim (0.16.2-1) unstable; urgency=low
* New upstream release
-- Yann Leboulanger <yann@leboulanger.org> Sat, 20 Jul 2014 22:30:10 +0200
-- Yann Leboulanger <yann@leboulanger.org> Sat, 24 Jul 2014 22:30:10 +0200
gajim (0.16.1-1) unstable; urgency=low
......
......@@ -212,7 +212,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.16"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.16.2"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
......
......@@ -56,7 +56,7 @@ options = {
setup(
name='Gajim',
version='0.16',
version='0.16.2',
description='A full featured Jabber client',
author='Gajim Development Team',
url='http://gajim.org/',
......
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