From: Sinacam Date: Sun, 7 Aug 2022 14:07:08 +0000 (+0800) Subject: changed version numbers X-Git-Tag: v245~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1d6ea53e8a3a82cec4e03c97dc6857d91f5f62e;p=liblinear changed version numbers --- diff --git a/linear.h b/linear.h index 41917cf..6859af9 100644 --- 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" { diff --git a/python/setup.py b/python/setup.py index 6deb539..9a4c1fa 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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"