Skip to content

Commit

Permalink
3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Apr 18, 2019
1 parent 721f234 commit 3f465ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ project (HazelcastClient)

INCLUDE(TestBigEndian)

SET(HZ_VERSION 3.12-SNAPSHOT)
SET(HZ_VERSION 3.12)
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
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/verifyReleaseWindowsSingleCase.bat
@@ -1,5 +1,5 @@
SET HZ_INSTALL_DIR=%1
SET HZ_VERSION="3.12-SNAPSHOT"
SET HZ_VERSION="3.12"
SET HZ_BIT_VERSION=%2
SET HZ_LIB_TYPE=%3

Expand Down

0 comments on commit 3f465ee

Please sign in to comment.