From c7bd576f4a7fe4374cef4794184213d59d3fc83d Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Mon, 17 Dec 2018 19:31:20 +0800 Subject: [PATCH] version number changed to 2.22 for next release --- linear.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linear.h b/linear.h index b8bade6..c6913d1 100644 --- a/linear.h +++ b/linear.h @@ -1,7 +1,7 @@ #ifndef _LIBLINEAR_H #define _LIBLINEAR_H -#define LIBLINEAR_VERSION 221 +#define LIBLINEAR_VERSION 222 #ifdef __cplusplus extern "C" { -- 2.40.0