Skip to content
Snippets Groups Projects
Commit b4884437 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Update Version

parent d8eb1197
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#!/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}"
......
gajim (0.16.8-1) unstable; urgency=low
* New upstream release
-- Philipp Hoerist <philipp@hoerist.com> Sat, 03 Jun 2017 23:30:00 +0200
gajim (0.16.7-1) unstable; urgency=low
* New upstream release
......
......@@ -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"
......
......@@ -44,7 +44,7 @@
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/',
......
......@@ -30,7 +30,7 @@
docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.16.7'
version = '0.16.8'
try:
node = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,
......
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