Skip to content

Commit 707f8e9

Browse files
3.8
1 parent 1c10d6d commit 707f8e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project (HazelcastClient)
2828

2929
INCLUDE(TestBigEndian)
3030

31-
SET(HZ_VERSION 3.8-SNAPSHOT)
31+
SET(HZ_VERSION 3.8)
3232
if ("${CMAKE_BUILD_TYPE}" STREQUAL "")
3333
message(STATUS "Build needs CMAKE_BUILD_TYPE. Setting default as -DCMAKE_BUILD_TYPE=Debug (other option -DCMAKE_BUILD_TYPE=Release)")
3434
SET(CMAKE_BUILD_TYPE Debug)

scripts/verifyReleaseLinuxSingleCase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e #abort the script at first failure
44

55
HZ_INSTALL_DIR=$1
6-
HZ_VERSION="3.8-SNAPSHOT"
6+
HZ_VERSION="3.8"
77
HZ_BIT_VERSION=$2
88
HZ_LIB_TYPE=$3
99

scripts/verifyReleaseWindowsSingleCase.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET HZ_INSTALL_DIR=%1
2-
SET HZ_VERSION="3.8-SNAPSHOT"
2+
SET HZ_VERSION="3.8"
33
SET HZ_BIT_VERSION=%2
44
SET HZ_LIB_TYPE=%3
55

0 commit comments

Comments
 (0)