]> granicus.if.org Git - liblinear/commitdiff
update version number and COPYRIGHT file for 2.46
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Tue, 14 Feb 2023 07:42:30 +0000 (15:42 +0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Tue, 14 Feb 2023 07:42:30 +0000 (15:42 +0800)
COPYRIGHT
linear.h
python/setup.py

index 73dd5798e7b1a13cbbc4bfa71c01d77f4e10cad0..4e09b34daf98d2a508d3d766b47c106373a4c3c6 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 
-Copyright (c) 2007-2022 The LIBLINEAR Project.
+Copyright (c) 2007-2023 The LIBLINEAR Project.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 6859af9e52df33f1fbf64d33fdd55ee8932d5e92..33806defed37e29ab55341cacbd24af8605e25bd 100644 (file)
--- a/linear.h
+++ b/linear.h
@@ -1,7 +1,7 @@
 #ifndef _LIBLINEAR_H
 #define _LIBLINEAR_H
 
-#define LIBLINEAR_VERSION 245
+#define LIBLINEAR_VERSION 246
 
 #ifdef __cplusplus
 extern "C" {
index e1c2575709ad09630b5a01499e20195ed5f90b57..e87fbf6c1be76139c9656a6fdff69edeb4ee472c 100644 (file)
@@ -16,7 +16,7 @@ build_ext.get_export_symbols = lambda x, y: []
 
 PACKAGE_DIR = "liblinear"
 PACKAGE_NAME = "liblinear-official"
-VERSION = "2.45.0"
+VERSION = "2.46.0"
 cpp_dir = "cpp-source"
 # should be consistent with dynamic_lib_name in liblinear/liblinear.py
 dynamic_lib_name = "clib"