]> granicus.if.org Git - liblinear/commitdiff
change version number in liblinear.h to 2.30 for the new release
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Mon, 18 Mar 2019 18:52:47 +0000 (02:52 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Mon, 18 Mar 2019 18:52:47 +0000 (02:52 +0800)
also change year in COPYRIGHT

COPYRIGHT
linear.h

index 692f1186ed9aa2426d023fe75883f42190cf6ecb..cd06ed7f8044a09eb0aaee4890bb164d1f1a710f 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 
-Copyright (c) 2007-2018 The LIBLINEAR Project.
+Copyright (c) 2007-2019 The LIBLINEAR Project.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 72a926f43897c5fca02e3fcc1b9ef5a3f0f8b15e..724cf7623c6e212f60e34ba38acd5e0bfc7b8d11 100644 (file)
--- a/linear.h
+++ b/linear.h
@@ -1,7 +1,7 @@
 #ifndef _LIBLINEAR_H
 #define _LIBLINEAR_H
 
-#define LIBLINEAR_VERSION 222
+#define LIBLINEAR_VERSION 230
 
 #ifdef __cplusplus
 extern "C" {