fix version name

This commit is contained in:
Yann Leboulanger 2008-08-12 10:42:50 +00:00
parent b4e65c9184
commit 1b160115ec
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -3,7 +3,7 @@ import re
docdir = '../'
datadir = '../'
version = '0.12-alpha'
version = '0.12-alpha1'
import sys, os.path
for base in ('.', 'common'):