File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ unset(rtsdk_DEPENDS_LIST)
1313set (rtsdk_INTERNAL_API_VERSION_MAJOR 3)
1414set (rtsdk_INTERNAL_API_VERSION_MINOR 6)
1515set (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 )
1818set (rtsdk_RELEASE_TYPE rrg)
1919
2020set ( librssl_SO_VERSION 14 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.10.3)
77# guarantee of a successful build if changed.
88
99project (rtsdk
10- VERSION 2.0.2.0
10+ VERSION 2.0.2.1
1111 LANGUAGES C CXX)
1212
1313set (rtsdk_CMAKE_DIR "${rtsdk_SOURCE_DIR} /CMake" )
Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ subprojects {
3838
3939ext. 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 '
4343ext.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
5353ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 2.0.2.L1'
You can’t perform that action at this time.
0 commit comments