We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d43591 commit 491c9f1Copy full SHA for 491c9f1
2 files changed
linear.h
@@ -2,7 +2,7 @@
2
#ifndef _LIBLINEAR_H
3
#define _LIBLINEAR_H
4
5
-#define LIBLINEAR_VERSION 249
+#define LIBLINEAR_VERSION 250
6
7
#ifdef __cplusplus
8
extern "C" {
python/setup.py
@@ -16,7 +16,7 @@
16
17
PACKAGE_DIR = "liblinear"
18
PACKAGE_NAME = "liblinear-official"
19
-VERSION = "2.49.0"
+VERSION = "2.50.0"
20
cpp_dir = "cpp-source"
21
# should be consistent with dynamic_lib_name in liblinear/liblinear.py
22
dynamic_lib_name = "clib"
0 commit comments