prepare 0.11 release

This commit is contained in:
Yann Leboulanger 2006-12-19 09:12:54 +00:00
parent 3e10907dda
commit 0e95430ac8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
AC_INIT([Gajim - A Jabber Instant Messager],
[0.10.1.8],[http://trac.gajim.org/],[gajim])
[0.11],[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.10.1.8'
version = '0.11'
import sys, os.path
for base in ('.', 'common'):