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

fix version name

parent b4e65c91
No related branches found
Tags gajim-0.12-alpha1
No related merge requests found
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)
......
......@@ -3,7 +3,7 @@ import re
docdir = '../'
datadir = '../'
version = '0.12-alpha'
version = '0.12-alpha1'
import sys, os.path
for base in ('.', 'common'):
......
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