svn version is now 0.11.1.0
This commit is contained in:
parent
2fb7c9cf99
commit
e268cd7708
|
@ -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)
|
||||
|
|
|
@ -2,7 +2,7 @@ docdir = '../'
|
|||
|
||||
datadir = '../'
|
||||
|
||||
version = '0.11.0.2'
|
||||
version = '0.11.1.0'
|
||||
|
||||
import sys, os.path
|
||||
for base in ('.', 'common'):
|
||||
|
|
Loading…
Reference in New Issue