Skip to content

Commit abec47d

Browse files
committed
3.7
1 parent ada22b3 commit abec47d

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
@@ -24,7 +24,7 @@ project (HazelcastClient)
2424

2525
INCLUDE(TestBigEndian)
2626

27-
SET(HZ_VERSION 3.7-SNAPSHOT)
27+
SET(HZ_VERSION 3.7)
2828
add_definitions(-DHAZELCAST_VERSION="${HZ_VERSION}")
2929

3030
execute_process(COMMAND git show -s --format="%cd" --date=short OUTPUT_VARIABLE HAZELCAST_GIT_COMMIT_DATE RESULT_VARIABLE GIT_DATE_RESULT)

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.7-SNAPSHOT"
6+
HZ_VERSION="3.7"
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.7-SNAPSHOT"
2+
SET HZ_VERSION="3.7"
33
SET HZ_BIT_VERSION=%2
44
SET HZ_LIB_TYPE=%3
55

0 commit comments

Comments
 (0)