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>2012-11-11 13:05:23 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-11-11 13:05:23 +0400
commit6adec9b8e339a82f2a41ad912c56a92888022b9b (patch)
tree6905c580070d2cd63c98c649ad745fdd85895f76 /autogen.sh
parent0da05360104dc0f6a21ff0131069a142d38c073b (diff)
trunk is now 0.15.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e7771684b..024e44c73 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
- gajimversion="0.15.1.0"
+ gajimversion="0.15.2.0"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"