From f73b1d4b61dc4927324d18dc24d60a6430f58d1d Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Wed, 27 May 2020 19:18:03 +0800 Subject: [PATCH] version number in linear.h updated to 2.40 --- linear.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linear.h b/linear.h index 2419188..368ba2f 100644 --- a/linear.h +++ b/linear.h @@ -1,7 +1,7 @@ #ifndef _LIBLINEAR_H #define _LIBLINEAR_H -#define LIBLINEAR_VERSION 230 +#define LIBLINEAR_VERSION 240 #ifdef __cplusplus extern "C" { -- 2.50.1