]> www.ginac.de Git - ginac.git/blobdiff - configure
Another restructuring: moved include/*.h -> include/GiNaC/*.h in order to
[ginac.git] / configure
index 2424819a9e36fef56b36e9d97e69efe28ccaf7e1..4f04a4caa8f9b1bc87b41a713ae374d39ce635f4 100755 (executable)
--- a/configure
+++ b/configure
@@ -454,7 +454,7 @@ echo > confdefs.h
 
 # A filename unique to this package, relative to the directory that
 # configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=include/ginac.h
+ac_unique_file=include/GiNaC/ginac.h
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
@@ -528,7 +528,7 @@ fi
 
 GiNaC_Major_Version=0
 GiNaC_Minor_Version=0
-GiNaC_Micro_Version=30
+GiNaC_Micro_Version=40
 GiNaC_Version="${GiNaC_Major_Version}.${GiNaC_Minor_Version}.${GiNaC_Micro_Version}"
 LibGiNaC_Ver="${GiNaC_Major_Version}:${GiNaC_Micro_Version}:${GiNaC_Minor_Version}"