Skip to content

Commit

Permalink
3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devOpsHazelcast committed Apr 29, 2016
1 parent d449d7e commit 3265a0e
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 @@ -24,7 +24,7 @@ project (HazelcastClient)

INCLUDE(TestBigEndian)

SET(HZ_VERSION 3.6.2-SNAPSHOT)
SET(HZ_VERSION 3.6.2)
add_definitions(-DHAZELCAST_VERSION="${HZ_VERSION}")

execute_process(COMMAND git show -s --format="%cd" --date=short OUTPUT_VARIABLE HAZELCAST_GIT_COMMIT_DATE RESULT_VARIABLE GIT_DATE_RESULT)
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (NOT("${HAZELCAST_INSTALL_DIR}x" STREQUAL "x"))
set(HZ_LIB_TYPE STATIC)
ENDIF(NOT (${HZ_LIB_TYPE} MATCHES "STATIC") AND NOT (${HZ_LIB_TYPE} MATCHES "SHARED") )

SET(HZ_VERSION 3.6.2-SNAPSHOT)
SET(HZ_VERSION 3.6.2)

IF(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
SET(HAZELCAST_PLATFORM_INSTALL_DIR ${HAZELCAST_INSTALL_DIR}\\${CMAKE_SYSTEM_NAME}_${HZ_BIT})
Expand Down
2 changes: 1 addition & 1 deletion hazelcast/include/hazelcast/client/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@


#ifndef HAZELCAST_VERSION
#define HAZELCAST_VERSION "3.6.2-SNAPSHOT"
#define HAZELCAST_VERSION "3.6.2"
#endif //HAZELCAST_Version

0 comments on commit 3265a0e

Please sign in to comment.