svn version is now 0.11.1.0

This commit is contained in:
Yann Leboulanger 2007-02-20 08:08:42 +00:00
parent 2fb7c9cf99
commit e268cd7708
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_INIT([Gajim - A Jabber Instant Messager],
[0.11.0.2],[http://trac.gajim.org/],[gajim])
[0.11.1.0],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.8])
AC_CONFIG_HEADER(config.h)

View File

@ -2,7 +2,7 @@ docdir = '../'
datadir = '../'
version = '0.11.0.2'
version = '0.11.1.0'
import sys, os.path
for base in ('.', 'common'):