Skip to content

Commit dbb9269

Browse files
committed
Update version number for 2.49
1 parent d5c122f commit dbb9269

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 248
5+
#define LIBLINEAR_VERSION 249
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.48.0"
19+
VERSION = "2.49.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)