We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c122f commit dbb9269Copy full SHA for dbb9269
2 files changed
linear.h
@@ -2,7 +2,7 @@
2
#ifndef _LIBLINEAR_H
3
#define _LIBLINEAR_H
4
5
-#define LIBLINEAR_VERSION 248
+#define LIBLINEAR_VERSION 249
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.48.0"
+VERSION = "2.49.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