Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 209841b

Browse files
committed
CODEXL-4049 - update version in build scripts
1 parent 229d1a9 commit 209841b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CodeXL/Util/linux/JenkinsCodeXLFullBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export AMD_OUTPUT=$AMD_BRANCH_ROOT/
3636

3737
# Version Number stuff
3838
VERSION_MAJOR=2
39-
VERSION_MINOR=5
39+
VERSION_MINOR=6
4040
VERSION_BUILD=0
4141
# VERSION_UPDATE=0
4242
VERSIONINFO_FILE=${AMD_CODEXL}/../Common/Src/VersionInfo/VersionInfo.h

CodeXL/Util/linux/JenkinsCodeXLFullBuild_debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export AMD_CODEXL=$AMD_BRANCH_ROOT/CodeXL
3535
export AMD_OUTPUT=$AMD_BRANCH_ROOT/
3636

3737
# Version Number stuff
38-
VERSION_MAJOR=1
39-
VERSION_MINOR=8
38+
VERSION_MAJOR=2
39+
VERSION_MINOR=6
4040
VERSION_BUILD=0
4141
# VERSION_UPDATE=0
4242
VERSIONINFO_FILE=${AMD_CODEXL}/../Common/Src/VersionInfo/VersionInfo.h

0 commit comments

Comments
 (0)