Skip to content

Commit 83eb2bc

Browse files
committed
update version number for 2.47
1 parent dc5ab29 commit 83eb2bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linear.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef _LIBLINEAR_H
22
#define _LIBLINEAR_H
33

4-
#define LIBLINEAR_VERSION 246
4+
#define LIBLINEAR_VERSION 247
55

66
#ifdef __cplusplus
77
extern "C" {

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
PACKAGE_DIR = "liblinear"
1818
PACKAGE_NAME = "liblinear-official"
19-
VERSION = "2.46.1"
19+
VERSION = "2.47.1"
2020
cpp_dir = "cpp-source"
2121
# should be consistent with dynamic_lib_name in liblinear/liblinear.py
2222
dynamic_lib_name = "clib"

0 commit comments

Comments
 (0)