Philipp Hörist pushed to branch gajim_0.16 at gajim / gajim

Commits:
b4884437 by Philipp Hörist at 2017-06-03T23:33:42+02:00
Update Version

- - - - -


6 changed files:

- appveyor.yml
- autogen.sh
- debian/changelog
- gajim.nsi
- setup_win32.py
- src/common/defs.py


Changes:

=====================================
appveyor.yml
=====================================
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,8 +62,8 @@ install:
 
   # Push Installer Exe
   - ps: $env:TIME_STRING=(get-date -UFormat "%Y-%m-%d").ToString()
-  - ps: Push-AppveyorArtifact Gajim.exe -FileName 
"Gajim-0.16.7-$($env:TIME_STRING).exe"
-  - ps: Push-AppveyorArtifact Gajim-Portable.exe -FileName 
"Gajim-portable-0.16.7-$($env:TIME_STRING).exe"
+  - ps: Push-AppveyorArtifact Gajim.exe -FileName 
"Gajim-0.16.8-$($env:TIME_STRING).exe"
+  - ps: Push-AppveyorArtifact Gajim-Portable.exe -FileName 
"Gajim-portable-0.16.8-$($env:TIME_STRING).exe"
 
 build: off
 


=====================================
autogen.sh
=====================================
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-  gajimversion="0.16.7"
+  gajimversion="0.16.8"
   if [ -d ".hg" ]; then
     node=$(hg  tip --template "{node}")
     hgversion="-${node:0:12}"


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gajim (0.16.8-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Philipp Hoerist <[email protected]>  Sat, 03 Jun 2017 23:30:00 +0200
+
 gajim (0.16.7-1) unstable; urgency=low
 
   * New upstream release


=====================================
gajim.nsi
=====================================
--- a/gajim.nsi
+++ b/gajim.nsi
@@ -164,7 +164,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.7"
+       WriteRegStr HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" 
"0.16.8"
        WriteRegStr HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" 
"http://www.gajim.org/";
        WriteUninstaller "$INSTDIR\Uninstall.exe"
 


=====================================
setup_win32.py
=====================================
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -44,7 +44,7 @@ options = {
 
 setup(
     name='Gajim',
-    version='0.16.7',
+    version='0.16.8',
     description='A full featured Jabber client',
     author='Gajim Development Team',
     url='http://gajim.org/',


=====================================
src/common/defs.py
=====================================
--- a/src/common/defs.py
+++ b/src/common/defs.py
@@ -30,7 +30,7 @@ import os.path
 docdir = '../'
 basedir = '../'
 localedir = '../po'
-version = '0.16.7'
+version = '0.16.8'
 
 try:
     node = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/b4884437063feb269e851c23be8927e3976b4cac
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to