Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2015-07-24 23:22:39 +0300
committerYann Leboulanger <asterix@lagaule.org>2015-07-24 23:22:39 +0300
commit0300cea2a2734c3fe11b99682eb04ccf37027f8f (patch)
tree71666244f20e6a6a634dc1567c3d6f13f193b7fa
parent9399c54446e465861a0706f25f93be23d5748ec5 (diff)
fix date and version for windows filesgajim-0.16.2
-rw-r--r--ChangeLog2
-rw-r--r--debian/changelog2
-rw-r--r--gajim.nsi2
-rw-r--r--setup_win32.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 18aa1fab1..ffbd55caf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-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
diff --git a/debian/changelog b/debian/changelog
index 5022f48cf..4fc506dcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/gajim.nsi b/gajim.nsi
index 6fe698d79..9f781236e 100644
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -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"
diff --git a/setup_win32.py b/setup_win32.py
index 3bb37a6d6..89633067b 100644
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -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/',