prepare 0.14 beta1

This commit is contained in:
Yann Leboulanger 2010-07-24 22:08:21 +02:00
parent 65127b3620
commit 0c14e5c266
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.13.10.2-dev'
version = '0.13.90'
import sys, os.path
for base in ('.', 'common'):