Merge pull request #363 from Ostrokrzew/version

Update version
This commit is contained in:
Robert Baldyga 2020-04-07 08:21:56 +02:00 committed by GitHub
commit 9d07955640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
/* /*
* Copyright(c) 2019 Intel Corporation * Copyright(c) 2019-2020 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear * SPDX-License-Identifier: BSD-3-Clause-Clear
*/ */
@ -15,8 +15,8 @@
#define OCF_PREFIX_SHORT "[" OCF_LOGO "] " #define OCF_PREFIX_SHORT "[" OCF_LOGO "] "
#define OCF_PREFIX_LONG "Open CAS Framework" #define OCF_PREFIX_LONG "Open CAS Framework"
#define OCF_VERSION_MAIN 19 #define OCF_VERSION_MAIN 20
#define OCF_VERSION_MAJOR 9 #define OCF_VERSION_MAJOR 3
#define OCF_VERSION_MINOR 0 #define OCF_VERSION_MINOR 0
#endif /* __OCF_ENV_HEADERS_H__ */ #endif /* __OCF_ENV_HEADERS_H__ */