]> www.ginac.de Git - ginac.git/blobdiff - debian/rules
mod_gcd: naive hack to chose a 'good' prime (to speed up gcd computation).
[ginac.git] / debian / rules
index ce117c9b1bd58f5b90f2b942c41cd745ef896cd2..1bc08c6e2d4c410ec09d7f2ee9c23cbd79b980bc 100755 (executable)
@@ -7,7 +7,7 @@ ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CXXFLAGS += -finline-limit=1200
 endif
 
-# 1.4.1-1-blah (Debian version) ==> 1.4 (LT_RELEASE)
+# 1.5.1-1-blah (Debian version) ==> 1.5 (LT_RELEASE)
 GINAC_RELEASE := $(shell echo $(DEB_VERSION) | cut -f 1,2 -d . )
 GINACLIB := libginac$(GINAC_RELEASE)