1
0
mirror of https://github.com/minio/minio-cpp.git synced 2025-04-18 08:24:00 +03:00

Updated version to 0.3.0 (#167)

This commit is contained in:
Petr Kobalicek 2024-08-21 18:38:23 +02:00 committed by GitHub
parent c9d3c250b7
commit 9d723bd21c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ cmake_policy(SET CMP0091 NEW)
# -----------------
set(MINIO_CPP_MAJOR_VERSION "0")
set(MINIO_CPP_MINOR_VERSION "2")
set(MINIO_CPP_MINOR_VERSION "3")
set(MINIO_CPP_PATCH_VERSION "0")
set(MINIO_CPP_VERSION_STRING "${MINIO_CPP_MAJOR_VERSION}.${MINIO_CPP_MINOR_VERSION}.${MINIO_CPP_PATCH_VERSION}")

View File

@ -22,7 +22,7 @@
#define MINIO_CPP_TO_STRING(x) MINIO_CPP_STRINGIFY(x)
#define MINIO_CPP_MAJOR_VERSION 0
#define MINIO_CPP_MINOR_VERSION 2
#define MINIO_CPP_MINOR_VERSION 3
#define MINIO_CPP_PATCH_VERSION 0
#define MINIO_CPP_VERSION \

View File

@ -1,6 +1,6 @@
{
"name": "minio-cpp",
"version": "0.2.0",
"version": "0.3.0",
"description": "The MinIO C++ Client SDK provides simple APIs to access any Amazon S3 compatible object storage",
"homepage": "https://github.com/minio/minio-cpp",
"license": "Apache-2.0",