# HG changeset patch # User alpar # Date 1108995444 0 # Node ID eb4e28715baf9fe58c62a73048227507e0b73b72 # Parent 2f51fccbc2618bf03501326c669dadd8d5f1947b Let's go on! diff -r 2f51fccbc261 -r eb4e28715baf configure.ac --- a/configure.ac Mon Feb 21 10:08:12 2005 +0000 +++ b/configure.ac Mon Feb 21 14:17:24 2005 +0000 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([LEMON], [0.3], [etik-ol@cs.elte.hu], [lemon]) +AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE(1.7) AC_CONFIG_SRCDIR([src/lemon/invalid.h]) diff -r 2f51fccbc261 -r eb4e28715baf doc/Doxyfile --- a/doc/Doxyfile Mon Feb 21 10:08:12 2005 +0000 +++ b/doc/Doxyfile Mon Feb 21 14:17:24 2005 +0000 @@ -23,7 +23,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.3 +PROJECT_NUMBER = 0.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.