Skip to content
Snippets Groups Projects
Commit a5c2b1d3 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prepare sources for 0.12-alpha

parent d9544baf
No related branches found
No related tags found
No related merge requests found
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)
......
......@@ -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:
\ No newline at end of file
# vim: se ts=3:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment