Skip to content

Commit 19facae

Browse files
committed
RTSDK-5381 Updated library version for the 2.0.2.G1 release.
1 parent e11797c commit 19facae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMake/rtsdkInfo.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ unset(rtsdk_DEPENDS_LIST)
1313
set(rtsdk_INTERNAL_API_VERSION_MAJOR 3)
1414
set(rtsdk_INTERNAL_API_VERSION_MINOR 6)
1515
set(rtsdk_INTERNAL_API_VERSION_PATCH 2)
16-
set(rtsdk_INTERNAL_API_VERSION_TWEAK 0)
17-
set(rtsdk_INTERNAL_RELEASE_TWEAK L1)
16+
set(rtsdk_INTERNAL_API_VERSION_TWEAK 1)
17+
set(rtsdk_INTERNAL_RELEASE_TWEAK G1)
1818
set(rtsdk_RELEASE_TYPE rrg)
1919

2020
set( librssl_SO_VERSION 14 )

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.10.3)
77
# guarantee of a successful build if changed.
88

99
project (rtsdk
10-
VERSION 2.0.2.0
10+
VERSION 2.0.2.1
1111
LANGUAGES C CXX)
1212

1313
set(rtsdk_CMAKE_DIR "${rtsdk_SOURCE_DIR}/CMake")

Java/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ subprojects {
3838

3939
ext.YEAR = '2021'
4040

41-
ext.BuildDate = 'Fri Jun 18 12:25:01 CDT ' + "$YEAR"
42-
ext.SpecificationVersion = '3.6.2.0'
41+
ext.BuildDate = 'Thu Aug 5 18:25:01 CDT ' + "$YEAR"
42+
ext.SpecificationVersion = '3.6.2.1'
4343
ext.SpecificationVersionShort = '3.6.2'
4444

4545
// Comment out line below to publish offical release
4646
// ext.SpecificationVersion = "$SpecificationVersion" + "-SNAPSHOT"
4747

4848
// Update below to L1.all.rrg, G1.all.gload, or E1.all.eload when needed
49-
ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.rrg'
50-
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.L1.all.rrg'
49+
ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.G1.all.rrg'
50+
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.G1.all.rrg'
5151

5252
// NOTE! update with new asset version
5353
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '2.0.2.L1'

0 commit comments

Comments
 (0)