From 2381122d05bbb1e4ee24b522298dd548f0ec0d24 Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Wed, 29 Jul 2020 17:06:49 +0800 Subject: [PATCH] update version number in linear.h to 2.41 --- linear.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" { -- 2.40.0