Skip to content

Commit 7a61a8c

Browse files
3.6.1
1 parent 4070b81 commit 7a61a8c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ project (HazelcastClient)
2424

2525
INCLUDE(TestBigEndian)
2626

27-
SET(HZ_VERSION 3.6.1-SNAPSHOT)
27+
SET(HZ_VERSION 3.6.1)
2828

2929
message(STATUS "Preparing hazelcast client ..... ")
3030

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

hazelcast/include/hazelcast/client/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
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

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

0 commit comments

Comments
 (0)