1.1 --- a/configure.ac Mon Feb 21 10:08:12 2005 +0000
1.2 +++ b/configure.ac Mon Feb 21 14:17:24 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 dnl Process this file with autoconf to produce a configure script.
1.5 -AC_INIT([LEMON], [0.3], [etik-ol@cs.elte.hu], [lemon])
1.6 +AC_INIT([LEMON], [0.4], [etik-ol@cs.elte.hu], [lemon])
1.7 AC_CONFIG_AUX_DIR([config])
1.8 AM_INIT_AUTOMAKE(1.7)
1.9 AC_CONFIG_SRCDIR([src/lemon/invalid.h])
2.1 --- a/doc/Doxyfile Mon Feb 21 10:08:12 2005 +0000
2.2 +++ b/doc/Doxyfile Mon Feb 21 14:17:24 2005 +0000
2.3 @@ -23,7 +23,7 @@
2.4 # This could be handy for archiving the generated documentation or
2.5 # if some version control system is used.
2.6
2.7 -PROJECT_NUMBER = 0.3
2.8 +PROJECT_NUMBER = 0.4
2.9
2.10 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2.11 # base path where the generated documentation will be put.