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

prepare rc1 release

parent 0b559a9d
No related branches found
Tags gajim-0.16.2
No related merge requests found
#!/usr/bin/env bash
gajimversion="0.16-beta2"
gajimversion="0.16-rc1"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"
......
gajim (0.16~rc1-1) unstable; urgency=low
* New upstream release
-- Yann Leboulanger <yann@leboulanger.org> Sun, 15 Mar 2014 10:07:28 +0200
gajim (0.16~beta2-1) unstable; urgency=low
* New upstream release
......
......@@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.16-beta2'
version = '0.16-rc1'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', 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