Skip to content

Commit 491c9f1

Browse files
committed
Update version number for 2.50
1 parent 5d43591 commit 491c9f1

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
@@ -2,7 +2,7 @@
22
#ifndef _LIBLINEAR_H
33
#define _LIBLINEAR_H
44

5-
#define LIBLINEAR_VERSION 249
5+
#define LIBLINEAR_VERSION 250
66

77
#ifdef __cplusplus
88
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.49.0"
19+
VERSION = "2.50.0"
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)