From: Chih-Jen Lin Date: Wed, 29 Jul 2020 09:06:49 +0000 (+0800) Subject: update version number in linear.h to 2.41 X-Git-Tag: v241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2381122d05bbb1e4ee24b522298dd548f0ec0d24;p=liblinear update version number in linear.h to 2.41 --- diff --git a/linear.h b/linear.h index 0180f04..bfd5e1c 100644 --- a/linear.h +++ b/linear.h @@ -1,7 +1,7 @@ #ifndef _LIBLINEAR_H #define _LIBLINEAR_H -#define LIBLINEAR_VERSION 240 +#define LIBLINEAR_VERSION 241 #ifdef __cplusplus extern "C" {