From: Chih-Jen Lin Date: Tue, 14 Feb 2023 07:42:30 +0000 (+0800) Subject: update version number and COPYRIGHT file for 2.46 X-Git-Tag: v246~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c0108dcf3f84262530b909c53e778007235bff5;p=liblinear update version number and COPYRIGHT file for 2.46 --- diff --git a/COPYRIGHT b/COPYRIGHT index 73dd579..4e09b34 100644 --- 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 diff --git a/linear.h b/linear.h index 6859af9..33806de 100644 --- 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" { diff --git a/python/setup.py b/python/setup.py index e1c2575..e87fbf6 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.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"