]> granicus.if.org Git - liblinear/commitdiff
update version number in linear.h to 2.41 v241
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Wed, 29 Jul 2020 09:06:49 +0000 (17:06 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Wed, 29 Jul 2020 09:06:49 +0000 (17:06 +0800)
linear.h

index 0180f04b535bf28b8c7691141f168417b9a04759..bfd5e1c82bb87226c10b18c1745e5a684c1b36f2 100644 (file)
--- 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" {