[GiNaC-devel] [PATCH] Fix copy-paste error in GINACLIB_MICRO_VERSION.
Alexei Sheplyakov
varg at metalica.kh.ua
Mon Jan 19 07:43:50 CET 2009
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2c2c8e9..bf27156 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AM_INIT_AUTOMAKE([gnu 1.7 dist-bzip2])
dnl Process GiNaC version information
AC_DEFINE([GINACLIB_MAJOR_VERSION], ginac_major_version, [Major version of GiNaC])
AC_DEFINE([GINACLIB_MINOR_VERSION], ginac_minor_version, [Minor version of GiNaC])
-AC_DEFINE([GINACLIB_MICRO_VERSION], ginac_minor_version, [Micro version of GiNaC])
+AC_DEFINE([GINACLIB_MICRO_VERSION], ginac_micro_version, [Micro version of GiNaC])
dnl GiNaC archive file version information.
dnl
--
1.5.6.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: Digital signature
Url : http://www.cebix.net/pipermail/ginac-devel/attachments/20090119/e281432b/attachment.sig
More information about the GiNaC-devel
mailing list