From 993d85de7f151e4baf47c720ef557756a25da7a9 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 7 Aug 2015 10:51:36 +0200 Subject: [PATCH] as of [1] we have to use this version [1] https://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info --- makefile.shared | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.shared b/makefile.shared index 59103db..c8dc124 100644 --- a/makefile.shared +++ b/makefile.shared @@ -1,7 +1,7 @@ #makefile for TomsFastMath # # -VERSION=0:13:0 +VERSION=1:0:0 LT ?= libtool LTCOMPILE = $(LT) --mode=compile --tag=CC $(CC)