Skip to content

Commit 1abb80e

Browse files
authored
Bump cobalt patch version (#1522)
1 parent 9fa14db commit 1abb80e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.azure/azure-pipelines.qns.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
${{ if eq(variables['Build.Reason'], 'BatchedCI') }}:
5959
tags: |
6060
latest
61-
v1.1.3.$(Build.BuildId)
61+
v1.1.4.$(Build.BuildId)
6262
${{ if ne(variables['Build.Reason'], 'BatchedCI') }}:
6363
tags: custom-$(Build.BuildId)
6464
- template: .\templates\run-qns.yml

.azure/templates/create-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
4444
majorVer: 1
4545
minorVer: 1
46-
patchVer: 3
46+
patchVer: 4
4747
prereleaseVer: $(Build.BuildId)

src/inc/msquic.ver

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define VER_LEGALCOPYRIGHT_STR "\251 Microsoft Corporation."
2121
#define VER_PRODUCTNAME_STR "Microsoft\256 QUIC"
2222

23-
#define VER_FILEVERSION 1,1,3,0
24-
#define VER_FILEVERSION_STR "1.1.3.0\0"
23+
#define VER_FILEVERSION 1,1,4,0
24+
#define VER_FILEVERSION_STR "1.1.4.0\0"
2525

26-
#define VER_PRODUCTVERSION_STR "1.1.3." STR(VER_BUILD_ID) STR(VER_SUFFIX) "\0"
26+
#define VER_PRODUCTVERSION_STR "1.1.4." STR(VER_BUILD_ID) STR(VER_SUFFIX) "\0"
2727

2828
VS_VERSION_INFO VERSIONINFO
2929
FILEVERSION VER_FILEVERSION

0 commit comments

Comments
 (0)