From 5e4309424c78f8dfc48021075c6aacffa8deb1b3 Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Wed, 4 Dec 2024 13:15:35 +0000 Subject: [PATCH] Update Patch Version v2.4.7 --- .azure/OneBranch.Package.yml | 2 +- CMakeLists.txt | 2 +- Cargo.toml | 2 +- scripts/package-distribution.ps1 | 2 +- scripts/package-nuget.ps1 | 2 +- scripts/write-versions.ps1 | 2 +- src/distribution/Info.plist | 2 +- src/inc/msquic.ver | 2 +- version.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.azure/OneBranch.Package.yml b/.azure/OneBranch.Package.yml index d57640905c..1ee6729524 100644 --- a/.azure/OneBranch.Package.yml +++ b/.azure/OneBranch.Package.yml @@ -95,7 +95,7 @@ extends: ob_createvpack_owneralias: quicdev ob_createvpack_description: msquic.$(Build.SourceBranchName) ob_createvpack_versionAs: string - ob_createvpack_version: 2.4.6-$(Build.BuildId) + ob_createvpack_version: 2.4.7-$(Build.BuildId) steps: - task: DownloadPipelineArtifact@2 inputs: diff --git a/CMakeLists.txt b/CMakeLists.txt index b83404ee70..80999f69e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ message(STATUS "Platform version: ${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}") message(STATUS "Build type: ${CMAKE_BUILD_TYPE}") set(QUIC_MAJOR_VERSION 2) -set(QUIC_FULL_VERSION 2.4.6) +set(QUIC_FULL_VERSION 2.4.7) if (WIN32) set(CX_PLATFORM "windows") diff --git a/Cargo.toml b/Cargo.toml index d6e83dec25..8134bb061b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "msquic" -version = "2.4.6-beta" +version = "2.4.7-beta" edition = "2018" authors = ["Microsoft"] description = "Microsoft implementation of the IETF QUIC protocol" diff --git a/scripts/package-distribution.ps1 b/scripts/package-distribution.ps1 index 934df24560..396d3acea6 100644 --- a/scripts/package-distribution.ps1 +++ b/scripts/package-distribution.ps1 @@ -24,7 +24,7 @@ $ArtifactsBinDir = Join-Path $BaseArtifactsDir "bin" # All direct subfolders are OS's $Platforms = Get-ChildItem -Path $ArtifactsBinDir -$Version = "2.4.6" +$Version = "2.4.7" $WindowsBuilds = @() $AllBuilds = @() diff --git a/scripts/package-nuget.ps1 b/scripts/package-nuget.ps1 index 5773817aef..8a0688d1d6 100644 --- a/scripts/package-nuget.ps1 +++ b/scripts/package-nuget.ps1 @@ -153,7 +153,7 @@ $DistDir = Join-Path $BaseArtifactsDir "dist" $CurrentCommitHash = Get-GitHash -RepoDir $RootDir $RepoRemote = Get-GitRemote -RepoDir $RootDir -$Version = "2.4.6" +$Version = "2.4.7" $BuildId = $env:BUILD_BUILDID if ($null -ne $BuildId) { diff --git a/scripts/write-versions.ps1 b/scripts/write-versions.ps1 index 861a5a4944..f4869fd92c 100644 --- a/scripts/write-versions.ps1 +++ b/scripts/write-versions.ps1 @@ -26,7 +26,7 @@ $ArtifactsDir = $BuildConfig.ArtifactsDir $SourceVersion = $env:BUILD_SOURCEVERSION; $SourceBranch = $env:BUILD_SOURCEBRANCH; $BuildId = $env:BUILD_BUILDID; -$VersionNumber = "2.4.6"; +$VersionNumber = "2.4.7"; class BuildData { [string]$SourceVersion; diff --git a/src/distribution/Info.plist b/src/distribution/Info.plist index bd80340970..d137c97e31 100644 --- a/src/distribution/Info.plist +++ b/src/distribution/Info.plist @@ -19,7 +19,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleVersion - 2.4.6 + 2.4.7 NSHumanReadableCopyright MIT CFBundleGetInfoString diff --git a/src/inc/msquic.ver b/src/inc/msquic.ver index 5d4384f82b..a66f926596 100644 --- a/src/inc/msquic.ver +++ b/src/inc/msquic.ver @@ -12,7 +12,7 @@ #endif #ifndef VER_PATCH -#define VER_PATCH 6 +#define VER_PATCH 7 #endif #ifndef VER_BUILD_ID diff --git a/version.json b/version.json index 5447448207..df379a55ef 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{ "major": 2, "minor": 4, "patch": 6 } +{ "major": 2, "minor": 4, "patch": 7 }