fix version name
This commit is contained in:
parent
b4e65c9184
commit
1b160115ec
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
AC_INIT([Gajim - A Jabber Instant Messager],
|
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])
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.8])
|
AM_INIT_AUTOMAKE([1.8])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
|
@ -3,7 +3,7 @@ import re
|
||||||
docdir = '../'
|
docdir = '../'
|
||||||
datadir = '../'
|
datadir = '../'
|
||||||
|
|
||||||
version = '0.12-alpha'
|
version = '0.12-alpha1'
|
||||||
|
|
||||||
import sys, os.path
|
import sys, os.path
|
||||||
for base in ('.', 'common'):
|
for base in ('.', 'common'):
|
||||||
|
|
Loading…
Add table
Reference in a new issue