]> granicus.if.org Git - liblinear/commitdiff
version number in linear.h changed to 220 for 2.20 release v220
authorWei-Lin Chiang <b02902056@ntu.edu.tw>
Thu, 30 Nov 2017 08:53:25 +0000 (16:53 +0800)
committerWei-Lin Chiang <b02902056@ntu.edu.tw>
Thu, 7 Dec 2017 08:16:00 +0000 (16:16 +0800)
linear.h

index 06b682a059672bbf279f03e7f2d9893e22da5661..b5b6296fb21012fd226ce0c42fe4db166be0660a 100644 (file)
--- a/linear.h
+++ b/linear.h
@@ -1,7 +1,7 @@
 #ifndef _LIBLINEAR_H
 #define _LIBLINEAR_H
 
-#define LIBLINEAR_VERSION 211
+#define LIBLINEAR_VERSION 220
 
 #ifdef __cplusplus
 extern "C" {