From d1d6ea53e8a3a82cec4e03c97dc6857d91f5f62e Mon Sep 17 00:00:00 2001 From: Sinacam Date: Sun, 7 Aug 2022 22:07:08 +0800 Subject: [PATCH] changed version numbers --- linear.h | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1