Skip to content

Commit

Permalink
Changed version from 0.6.0-public-preview to 0.7.0-rc1-public-preview (
Browse files Browse the repository at this point in the history
…#31)

* Changed version from 0.6.0-public-preview to 0.7.0-rc4-public-preview

* rc1 not rc4
  • Loading branch information
nihemstr committed Mar 31, 2021
1 parent c026314 commit 49ab1b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -41,7 +41,7 @@ set_cache_with_env_or_default (

set_cache_with_env_or_default (
ADUC_VERSION_MINOR
"6"
"7"
STRING
"The minor part of the semantic version")

Expand All @@ -53,7 +53,7 @@ set_cache_with_env_or_default (

set_cache_with_env_or_default (
ADUC_VERSION_PRERELEASE
"public-preview"
"rc1-public-preview"
STRING
"The pre-release part of the semantic version")

Expand Down
4 changes: 2 additions & 2 deletions azurepipelines/adu-debian-arm32-build.yml
@@ -1,8 +1,8 @@
variables:
version.major: 0
version.minor: 6
version.minor: 7
version.patch: 0
version.pre-release: "public-preview"
version.pre-release: "rc1-public-preview"
version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)]

# Environment variables for all client builds:
Expand Down
4 changes: 2 additions & 2 deletions azurepipelines/adu-ubuntu-amd64-build.yml
@@ -1,8 +1,8 @@
variables:
version.major: 0
version.minor: 6
version.minor: 7
version.patch: 0
version.pre-release: "public-preview"
version.pre-release: "rc1-public-preview"
version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)]

# TODO(shiyipeng): Bug 30317524: [ADU E2E Testing] Azure Artifacts no longer free - publishing to test feed fails
Expand Down
8 changes: 4 additions & 4 deletions azurepipelines/adu-ubuntu-arm64-build.yml
@@ -1,8 +1,8 @@
variables:
version.major: 0
version.minor: 6
version.patch: 0
version.pre-release: "public-preview"
version.major: 0
version.minor: 7
version.patch: 0
version.pre-release: "rc1-public-preview"
version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)]
# Environment variables for all client builds:
ADUC_VERSION_MAJOR: $(version.major)
Expand Down

0 comments on commit 49ab1b7

Please sign in to comment.