]> www.ginac.de Git - ginac.git/commitdiff
Prepare for release 1.0.6:
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 4 Mar 2002 17:13:29 +0000 (17:13 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 4 Mar 2002 17:13:29 +0000 (17:13 +0000)
* ginac.m4: quote AM_PATH_GINAC (recommended by Roberto Bagnara).
* configure.ac, debian/changelog: bump up version.
* doc/tutorial/ginac.tex: touch?

configure.ac
debian/changelog
ginac.m4

index 3bc8fb8f08e9d4b5541c7d60081117734122f5f1..224d3e116d5e9b282f9f91a837807854446170e0 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=0
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=0
-GINACLIB_MICRO_VERSION=5
-GINACLIB_INTERFACE_AGE=3
-GINACLIB_BINARY_AGE=5
+GINACLIB_MICRO_VERSION=6
+GINACLIB_INTERFACE_AGE=4
+GINACLIB_BINARY_AGE=6
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)
index 9b49f369dee030bb290f08d18254aa95fbebaaed..e292e7c54ee977184342bbeff2a769d47580daf9 100644 (file)
@@ -1,3 +1,9 @@
+ginac (1.0.6-1) unstable; urgency=low
+
+  * New upstream (bugfix only) release.
+
+ -- Richard Kreckel <kreckel@ginac.de>  Mon,  4 Mar 2002 14:44:31 +0100
+
 ginac (1.0.5-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.
 ginac (1.0.5-1) unstable; urgency=low
 
   * New upstream (bugfix only) release.
index 39ef877205fab7ff1bf8fc8cd9719d703e4fd316..496cb4469eabeed63329da31e12dcfe07c135774 100644 (file)
--- a/ginac.m4
+++ b/ginac.m4
@@ -10,7 +10,7 @@
 dnl AM_PATH_GINAC([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for GiNaC, and define GINACLIB_CPPFLAGS and GINACLIB_LIBS
 dnl
 dnl AM_PATH_GINAC([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for GiNaC, and define GINACLIB_CPPFLAGS and GINACLIB_LIBS
 dnl
-AC_DEFUN(AM_PATH_GINAC,
+AC_DEFUN([AM_PATH_GINAC],
 [dnl 
 dnl Get the cppflags and libraries from the ginac-config script
 dnl
 [dnl 
 dnl Get the cppflags and libraries from the ginac-config script
 dnl