finish previous commit, and change to a more generic name

This commit is contained in:
Yann Leboulanger 2009-06-29 23:10:30 +02:00
parent 3da8872f69
commit 77c5a8d36d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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