* configure.ac: Bump version to 0.0m.

This commit is contained in:
Alexandre Duret-Lutz 2003-12-01 11:57:01 +00:00
parent 0033466598
commit 9b0ab316c2
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2003-12-01 Alexandre Duret-Lutz <adl@src.lip6.fr> 2003-12-01 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac: Bump version to 0.0m.
* configure.ac, NEWS: Bump version to 0.0l. * configure.ac, NEWS: Bump version to 0.0l.
* doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is * doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is
in the srcdir. in the srcdir.

View file

@ -20,7 +20,7 @@
# 02111-1307, USA. # 02111-1307, USA.
AC_PREREQ([2.57]) AC_PREREQ([2.57])
AC_INIT([spot], [0.0l]) AC_INIT([spot], [0.0m])
AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3]) AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3])