]> granicus.if.org Git - liblinear/commitdiff
update version number in linear.h for 2.42 release
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Wed, 21 Oct 2020 00:00:27 +0000 (08:00 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Wed, 21 Oct 2020 00:00:27 +0000 (08:00 +0800)
linear.h

index c27c23a6b57e8f0e194e9c62aad5950174bf0999..7948ab24da6d8c64810c6e68f1a5ce98632425cd 100644 (file)
--- 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" {