]> granicus.if.org Git - liblinear/commitdiff
changed version numbers
authorSinacam <stinkingmadgod@gmail.com>
Sun, 7 Aug 2022 14:07:08 +0000 (22:07 +0800)
committerSinacam <stinkingmadgod@gmail.com>
Sun, 7 Aug 2022 14:07:08 +0000 (22:07 +0800)
linear.h
python/setup.py

index 41917cfb545c8481e387398fd6125e41fa1a2bf9..6859af9e52df33f1fbf64d33fdd55ee8932d5e92 100644 (file)
--- a/linear.h
+++ b/linear.h
@@ -1,7 +1,7 @@
 #ifndef _LIBLINEAR_H
 #define _LIBLINEAR_H
 
-#define LIBLINEAR_VERSION 244
+#define LIBLINEAR_VERSION 245
 
 #ifdef __cplusplus
 extern "C" {
index 6deb5399f8ecea309d8600b6dd67e94283f74673..9a4c1fab2af42c585c34a5dc7e633e48362415c6 100644 (file)
@@ -16,7 +16,7 @@ build_ext.get_export_symbols = lambda x, y: []
 
 PACKAGE_DIR = "liblinear"
 PACKAGE_NAME = "liblinear-official"
-VERSION = "2.44.0"
+VERSION = "2.45.0"
 cpp_dir = "cpp-source"
 # should be consistent with dynamic_lib_name in liblinear/liblinear.py
 dynamic_lib_name = "clib"