Skip to content

Commit a60dba5

Browse files
committed
Update C and Java Test plans, binary pack hash and version for both cmake and gradle scripts
1 parent 3c91ddd commit a60dba5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMake/addExternal_rtsdk-binarypack.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
include(rcdevExternalUtils)
99

1010
if(NOT rtsdk-binarypack_url)
11-
set(rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.3.L1/RTSDK-BinaryPack-2.0.3.L1.tar.xz")
11+
set(rtsdk-binarypack_url "https://github.com/Refinitiv/Real-Time-SDK/releases/download/Real-Time-SDK-2.0.4.L1/RTSDK-BinaryPack-2.0.4.L1.tar.xz")
1212
endif()
1313
if(NOT rtsdk-binarypack_hash)
1414
# .xz MD5 hash
1515
# .tar.xz
16-
set(rtsdk-binarypack_hash "MD5=2afcbec74d94c45a44826f4f417502ca")
16+
set(rtsdk-binarypack_hash "MD5=5e3a46cb354647695b3bb5baf4bdcb58")
1717
endif()
1818
if(NOT rtsdk-binarypack_version)
19-
set(rtsdk-binarypack_version "2.0.3.0")
19+
set(rtsdk-binarypack_version "2.0.4.0")
2020
endif()
2121

2222
# If the option for using the system installed
73.4 KB
Binary file not shown.
-49.6 KB
Binary file not shown.

Java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
5050
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.L1.all.rrg'
5151

5252
// NOTE! update with new asset version
53-
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '2.0.3.L1'
53+
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '2.0.4.L1'
5454

5555
//=========================================================================================
5656
//

0 commit comments

Comments
 (0)