File tree 3 files changed +10
-10
lines changed 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ unset(esdk_DEPENDS_LIST)
11
11
# esdk Version information
12
12
#[====================================================================]
13
13
set (esdk_INTERNAL_API_VERSION_MAJOR 3)
14
- set (esdk_INTERNAL_RELEASE_TWEAK L1 )
14
+ set (esdk_INTERNAL_RELEASE_TWEAK G1 )
15
15
set (esdk_RELEASE_TYPE rrg)
16
16
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 )
20
20
set ( librsslJsonConverter_SO_VERSION 1 )
21
21
22
22
set (Ansi_VERSION_MAJOR 1)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.10.3)
7
7
# guarantee of a successful build if changed.
8
8
9
9
project (esdk
10
- VERSION 1.5.0.0
10
+ VERSION 1.5.0.1
11
11
LANGUAGES C CXX)
12
12
13
13
set (esdk_CMAKE_DIR "${esdk_SOURCE_DIR} /CMake" )
Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ subprojects {
36
36
//
37
37
// =========================================================================================
38
38
39
- ext. YEAR = ' 2019 '
39
+ ext. YEAR = ' 2020 '
40
40
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 '
43
43
ext.SpecificationVersionShort = ' 3.5.0'
44
44
45
45
// Comment out line below to publish offical release
46
46
// ext.SpecificationVersion = "$SpecificationVersion" + "-SNAPSHOT"
47
47
48
48
// 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'
51
51
52
52
// NOTE! update with new asset version
53
53
ext. BINARY_PACK_VERSION_TO_DOWNLOAD = ' 1.5.0.L1'
You can’t perform that action at this time.
0 commit comments