mirror of
https://github.com/minio/minio-cpp.git
synced 2025-07-31 16:24:23 +03:00
Version bump to 0.2.0 (#126)
Co-authored-by: Petr Kobalicek <petr.kobalicek@min.io>
This commit is contained in:
@ -21,8 +21,8 @@
|
||||
#define MINIO_CPP_STRINGIFY(x) #x
|
||||
|
||||
#define MINIO_CPP_MAJOR_VERSION 0
|
||||
#define MINIO_CPP_MINOR_VERSION 1
|
||||
#define MINIO_CPP_PATCH_VERSION 1
|
||||
#define MINIO_CPP_MINOR_VERSION 2
|
||||
#define MINIO_CPP_PATCH_VERSION 0
|
||||
|
||||
#define MINIO_CPP_VERSION \
|
||||
"" MINIO_CPP_STRINGIFY(MINIO_CPP_MAJOR_VERSION) "." MINIO_CPP_STRINGIFY( \
|
||||
|
Reference in New Issue
Block a user