prepare sources for 0.12-alpha

This commit is contained in:
Yann Leboulanger 2008-08-12 09:10:07 +00:00
parent d9544baff1
commit a5c2b1d3dd
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,10 +3,10 @@ import re
docdir = '../'
datadir = '../'
version = '0.11.4.4-svn'
version = '0.12-alpha'
import sys, os.path
for base in ('.', 'common'):
sys.path.append(os.path.join(base, '.libs'))
# vim: se ts=3:
# vim: se ts=3: