Skip to content

Commit bb9da86

Browse files
committed
final version & release info
1 parent 5a5cbd3 commit bb9da86

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
unreleased
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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
66

77
set(PROJECT_NAME wampcc)
88
project(${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

1111
message(STATUS "Building ${PROJECT_NAME} on: ${CMAKE_SYSTEM_NAME}")
1212

lib/wampcc/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
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

0 commit comments

Comments
 (0)