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>2007-01-12 22:27:00 +0300
committerYann Leboulanger <asterix@lagaule.org>2007-01-12 22:27:00 +0300
commitdc4f4922af8845274c419a6e022698975f394a04 (patch)
tree32d614c308d8364bb603bb014348253080b7e596 /configure.ac
parent476908a54bc356c375d514e74237d15623149157 (diff)
[Brice Maron & I] add option to configure the way time is printed. fixes #2797
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d775b696f..f3a023fec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([Gajim - A Jabber Instant Messager],
- [0.11],[http://trac.gajim.org/],[gajim])
+ [0.11.0.1],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.8])
AC_CONFIG_HEADER(config.h)