From: Chih-Jen Lin Date: Mon, 18 Mar 2019 18:52:47 +0000 (+0800) Subject: change version number in liblinear.h to 2.30 for the new release X-Git-Tag: v230~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28057f3d77730b033fbf0621d254683359510475;p=liblinear change version number in liblinear.h to 2.30 for the new release also change year in COPYRIGHT --- diff --git a/COPYRIGHT b/COPYRIGHT index 692f118..cd06ed7 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ -Copyright (c) 2007-2018 The LIBLINEAR Project. +Copyright (c) 2007-2019 The LIBLINEAR Project. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/linear.h b/linear.h index 72a926f..724cf76 100644 --- a/linear.h +++ b/linear.h @@ -1,7 +1,7 @@ #ifndef _LIBLINEAR_H #define _LIBLINEAR_H -#define LIBLINEAR_VERSION 222 +#define LIBLINEAR_VERSION 230 #ifdef __cplusplus extern "C" {