From c9ff42724b6c9b37cbb474b13826692c733fef84 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 5 Nov 2001 13:05:01 +0000 Subject: [PATCH] * Bump up version, fix typos. --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index b23d9ce0..23806ac8 100644 --- a/configure.ac +++ b/configure.ac @@ -18,11 +18,11 @@ dnl NOTE: these can't be renamed to GINAC_MAJOR_VERSION etc. because dnl autoconf sees "AC_MAJOR_VERSION" and complains about an undefined macro dnl (don't we all *love* M4?)... -GINACLIB_MAJOR_VERSION=0 -GINACLIB_MINOR_VERSION=9 -GINACLIB_MICRO_VERSION=4 -GINACLIB_INTERFACE_AGE=1 -GINACLIB_BINARY_AGE=1 +GINACLIB_MAJOR_VERSION=1 +GINACLIB_MINOR_VERSION=0 +GINACLIB_MICRO_VERSION=0 +GINACLIB_INTERFACE_AGE=0 +GINACLIB_BINARY_AGE=0 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION AC_SUBST(GINACLIB_MAJOR_VERSION) @@ -131,7 +131,7 @@ AC_SUBST(GINACLIB_CPPFLAGS) AC_SUBST(GINACLIB_LIBS) dnl Check for utilities needed by the different kinds of documentation. -dnl Documantation needs only be built when extending it, so never mind if it +dnl Documentation needs only be built when extending it, so never mind if it dnl cannot find those helpers: AC_PATH_PROG(DOXYGEN, doxygen, "") AC_PATH_PROG(LATEX, latex, "") -- 2.44.0