Skip to content

Commit ffda51c

Browse files
committed
ESDK-4033 Updated esdk version for 1.5.0.G1 and shared library versions.
1 parent 9d0b7ec commit ffda51c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CMake/esdkInfo.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ unset(esdk_DEPENDS_LIST)
1111
# esdk Version information
1212
#[====================================================================]
1313
set(esdk_INTERNAL_API_VERSION_MAJOR 3)
14-
set(esdk_INTERNAL_RELEASE_TWEAK L1)
14+
set(esdk_INTERNAL_RELEASE_TWEAK G1)
1515
set(esdk_RELEASE_TYPE rrg)
1616

17-
set( librssl_SO_VERSION 11 )
18-
set( librsslVA_SO_VERSION 14 )
19-
set( libema_SO_VERSION 9 )
17+
set( librssl_SO_VERSION 12 )
18+
set( librsslVA_SO_VERSION 15 )
19+
set( libema_SO_VERSION 10 )
2020
set( librsslJsonConverter_SO_VERSION 1 )
2121

2222
set(Ansi_VERSION_MAJOR 1)

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 (esdk
10-
VERSION 1.5.0.0
10+
VERSION 1.5.0.1
1111
LANGUAGES C CXX)
1212

1313
set(esdk_CMAKE_DIR "${esdk_SOURCE_DIR}/CMake")

Java/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ subprojects {
3636
//
3737
//=========================================================================================
3838

39-
ext.YEAR = '2019'
39+
ext.YEAR = '2020'
4040

41-
ext.BuildDate = 'Fri Nov 15 12:25:01 CDT ' + "$YEAR"
42-
ext.SpecificationVersion = '3.5.0.0'
41+
ext.BuildDate = 'Fri Jun 12 12:25:01 CDT ' + "$YEAR"
42+
ext.SpecificationVersion = '3.5.0.1'
4343
ext.SpecificationVersionShort = '3.5.0'
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 = '1.5.0.L1'

0 commit comments

Comments
 (0)