File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11unreleased
22==========
33
4- ## Added
4+ version 1.4
5+ ===========
56
6- - msgpack serialiser support, using msgpack-c 2.1.3
7+ Released 2017-07-07
8+
9+ ## Added
710
811- using websocketpp project for websocket protocol
912
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
66
77set (PROJECT_NAME wampcc)
88project (${PROJECT_NAME} CXX C)
9- #project(${PROJECT_NAME} VERSION 1.3.1 LANGUAGES CXX C)
9+ #project(${PROJECT_NAME} VERSION 1.4 LANGUAGES CXX C)
1010
1111message (STATUS "Building ${PROJECT_NAME} on: ${CMAKE_SYSTEM_NAME} " )
1212
Original file line number Diff line number Diff line change 99#define WAMPCC_VERSION_H
1010
1111#define WAMPCC_PACKAGE_NAME "wampcc"
12- #define WAMPCC_PACKAGE_VERSION "1.3.1 "
13- #define WAMPCC_PACKAGE_STRING "wampcc 1.3.1 "
12+ #define WAMPCC_PACKAGE_VERSION "1.4 "
13+ #define WAMPCC_PACKAGE_STRING "wampcc 1.4 "
1414
1515#define WAMPCC_MAJOR_VERSION 1
16- #define WAMPCC_MINOR_VERSION 3
16+ #define WAMPCC_MINOR_VERSION 4
1717#define WAMPCC_MICRO_VERSION 1
1818
1919#endif
You can’t perform that action at this time.
0 commit comments