Skip to content

Commit

Permalink
3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Apr 3, 2017
1 parent 1c10d6d commit 707f8e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project (HazelcastClient)

INCLUDE(TestBigEndian)

SET(HZ_VERSION 3.8-SNAPSHOT)
SET(HZ_VERSION 3.8)
if ("${CMAKE_BUILD_TYPE}" STREQUAL "")
message(STATUS "Build needs CMAKE_BUILD_TYPE. Setting default as -DCMAKE_BUILD_TYPE=Debug (other option -DCMAKE_BUILD_TYPE=Release)")
SET(CMAKE_BUILD_TYPE Debug)
Expand Down
2 changes: 1 addition & 1 deletion scripts/verifyReleaseLinuxSingleCase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e #abort the script at first failure

HZ_INSTALL_DIR=$1
HZ_VERSION="3.8-SNAPSHOT"
HZ_VERSION="3.8"
HZ_BIT_VERSION=$2
HZ_LIB_TYPE=$3

Expand Down
2 changes: 1 addition & 1 deletion scripts/verifyReleaseWindowsSingleCase.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET HZ_INSTALL_DIR=%1
SET HZ_VERSION="3.8-SNAPSHOT"
SET HZ_VERSION="3.8"
SET HZ_BIT_VERSION=%2
SET HZ_LIB_TYPE=%3

Expand Down

0 comments on commit 707f8e9

Please sign in to comment.