Skip to content

Commit

Permalink
change version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Aug 19, 2020
1 parent f7bfd6e commit bf4a2d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.9.0
4 changes: 2 additions & 2 deletions sdk/include/alibabacloud/oss/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#pragma once

// version = (major << 16) + (minor << 8) + patch
#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (8 << 8) + 2)
#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (9 << 8) + 0)

#define ALIBABACLOUD_OSS_VERSION_STR "1.8.2"
#define ALIBABACLOUD_OSS_VERSION_STR "1.9.0"

// auto generated by cmake option
/* #undef OSS_DISABLE_BUCKET */
Expand Down

0 comments on commit bf4a2d7

Please sign in to comment.