]> granicus.if.org Git - liblinear/commitdiff
change version number to 2.44 and COPYRIGHT year to 2022
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Sun, 6 Mar 2022 23:02:19 +0000 (07:02 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Sun, 6 Mar 2022 23:02:19 +0000 (07:02 +0800)
COPYRIGHT
linear.h

index 13fb5674204fea5bce2d4d9fd4c4bf0f3efd44d8..73dd5798e7b1a13cbbc4bfa71c01d77f4e10cad0 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 
-Copyright (c) 2007-2021 The LIBLINEAR Project.
+Copyright (c) 2007-2022 The LIBLINEAR Project.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 54680cb735e5de6c60248a88aef790ba3e8b08c8..41917cfb545c8481e387398fd6125e41fa1a2bf9 100644 (file)
--- a/linear.h
+++ b/linear.h
@@ -1,7 +1,7 @@
 #ifndef _LIBLINEAR_H
 #define _LIBLINEAR_H
 
-#define LIBLINEAR_VERSION 243
+#define LIBLINEAR_VERSION 244
 
 #ifdef __cplusplus
 extern "C" {