]> www.ginac.de Git - ginac.git/blobdiff - configure.ac
- powers with negative exponents are printed as fractions in the LaTeX output
[ginac.git] / configure.ac
index deecef80190fde441ca8d6579b9274915135d444..04a7d16ab4f144c02e24fc35582f319dbdbefade 100644 (file)
@@ -20,9 +20,9 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=1
 GINACLIB_MINOR_VERSION=0
-GINACLIB_MICRO_VERSION=3
-GINACLIB_INTERFACE_AGE=1
-GINACLIB_BINARY_AGE=3
+GINACLIB_MICRO_VERSION=12
+GINACLIB_INTERFACE_AGE=0
+GINACLIB_BINARY_AGE=12
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
 
 AC_SUBST(GINACLIB_MAJOR_VERSION)