File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
hazelcast/include/hazelcast/client Expand file tree Collapse file tree 4 files changed +4
-4
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.1-SNAPSHOT )
27+ SET (HZ_VERSION 3.6.1)
2828
2929message (STATUS "Preparing hazelcast client ..... " )
3030
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.1-SNAPSHOT )
38+ SET (HZ_VERSION 3.6.1)
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.1-SNAPSHOT "
22+ #define HAZELCAST_VERSION "3.6.1"
2323#endif //HAZELCAST_Version
Original file line number Diff line number Diff line change 1212 <dependency >
1313 <groupId >com.hazelcast</groupId >
1414 <artifactId >hazelcast</artifactId >
15- <version >3.6.1-SNAPSHOT </version >
15+ <version >3.6.1</version >
1616 </dependency >
1717 </dependencies >
1818
You can’t perform that action at this time.
0 commit comments