File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hazelcast/include/hazelcast/client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ project (HazelcastClient)
2424
2525INCLUDE (TestBigEndian)
2626
27- SET (HZ_VERSION 3.6.2-SNAPSHOT )
27+ SET (HZ_VERSION 3.6.2)
2828add_definitions (-DHAZELCAST_VERSION="${HZ_VERSION} " )
2929
3030execute_process (COMMAND git show -s --format="%cd" --date=short OUTPUT_VARIABLE HAZELCAST_GIT_COMMIT_DATE RESULT_VARIABLE GIT_DATE_RESULT)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if (NOT("${HAZELCAST_INSTALL_DIR}x" STREQUAL "x"))
3535 set (HZ_LIB_TYPE STATIC )
3636 ENDIF (NOT (${HZ_LIB_TYPE} MATCHES "STATIC" ) AND NOT (${HZ_LIB_TYPE} MATCHES "SHARED" ) )
3737
38- SET (HZ_VERSION 3.6.2-SNAPSHOT )
38+ SET (HZ_VERSION 3.6.2)
3939
4040 IF (${CMAKE_SYSTEM_NAME} MATCHES "Windows" )
4141 SET (HAZELCAST_PLATFORM_INSTALL_DIR ${HAZELCAST_INSTALL_DIR} \\${CMAKE_SYSTEM_NAME} _${HZ_BIT} )
Original file line number Diff line number Diff line change 1919
2020
2121#ifndef HAZELCAST_VERSION
22- #define HAZELCAST_VERSION "3.6.2-SNAPSHOT "
22+ #define HAZELCAST_VERSION "3.6.2"
2323#endif //HAZELCAST_Version
You can’t perform that action at this time.
0 commit comments