From: Chih-Jen Lin Date: Wed, 21 Oct 2020 00:00:27 +0000 (+0800) Subject: update version number in linear.h for 2.42 release X-Git-Tag: v242~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd17cab2b6809433ed761894e727e4399326082;p=liblinear update version number in linear.h for 2.42 release --- diff --git a/linear.h b/linear.h index c27c23a..7948ab2 100644 --- a/linear.h +++ b/linear.h @@ -1,7 +1,7 @@ #ifndef _LIBLINEAR_H #define _LIBLINEAR_H -#define LIBLINEAR_VERSION 241 +#define LIBLINEAR_VERSION 242 #ifdef __cplusplus extern "C" {