From: Chih-Jen Lin Date: Sun, 6 Mar 2022 22:58:31 +0000 (+0800) Subject: change SHVER from 4 to 5 X-Git-Tag: v244~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42f423c023e45879c8750b468e0afe74931afe3f;p=liblinear change SHVER from 4 to 5 due to earlier introduction of - one-class svm - no regularization of the bias --- diff --git a/Makefile b/Makefile index 49e8a98..779bc16 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CXX ?= g++ CC ?= gcc CFLAGS = -Wall -Wconversion -O3 -fPIC LIBS = blas/blas.a -SHVER = 4 +SHVER = 5 OS = $(shell uname) #LIBS = -lblas