From ede7d9ba420adf66dc3831d590a9f1726e57473a Mon Sep 17 00:00:00 2001 From: AndrewCRMartin Date: Tue, 4 Aug 2015 10:42:53 +0100 Subject: [PATCH] Makefile specifies V3.4.0 --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 3d0a92e..02c07a8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -57,10 +57,10 @@ RANLIB = ranlib # are the minor and release numbers # libgen GMAJOR = 3 -GMINOR = 0.4 +GMINOR = 4.0 # libbiop BMAJOR = 3 -BMINOR = 0.4 +BMINOR = 4.0 # Files for libgen.a OFILESG = BuffInp.o CalcExtSD.o CalcSD.o CheckExtn.o CreateRotMat.o CrossProd3.o \