# HG changeset patch # User alpar # Date 1138870340 0 # Node ID 9fe177e0437db712187af18949049a498bafc912 # Parent e47d0614a489c63f8fe845b484180bc119aba584 The version tag of the trunk is svn-head diff -r e47d0614a489 -r 9fe177e0437d configure.ac --- a/configure.ac Thu Feb 02 08:51:10 2006 +0000 +++ b/configure.ac Thu Feb 02 08:52:20 2006 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([LEMON], [0.5], [etik-ol@cs.elte.hu], [lemon]) +AC_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.7]) AC_CONFIG_SRCDIR([lemon/invalid.h])