Skip to content

Commit

Permalink
final version & release info
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjs committed Jul 7, 2017
1 parent 5a5cbd3 commit bb9da86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
unreleased
==========

## Added
version 1.4
===========

- msgpack serialiser support, using msgpack-c 2.1.3
Released 2017-07-07

## Added

- using websocketpp project for websocket protocol

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)

set(PROJECT_NAME wampcc)
project(${PROJECT_NAME} CXX C)
#project(${PROJECT_NAME} VERSION 1.3.1 LANGUAGES CXX C)
#project(${PROJECT_NAME} VERSION 1.4 LANGUAGES CXX C)

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

Expand Down
6 changes: 3 additions & 3 deletions lib/wampcc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
#define WAMPCC_VERSION_H

#define WAMPCC_PACKAGE_NAME "wampcc"
#define WAMPCC_PACKAGE_VERSION "1.3.1"
#define WAMPCC_PACKAGE_STRING "wampcc 1.3.1"
#define WAMPCC_PACKAGE_VERSION "1.4"
#define WAMPCC_PACKAGE_STRING "wampcc 1.4"

#define WAMPCC_MAJOR_VERSION 1
#define WAMPCC_MINOR_VERSION 3
#define WAMPCC_MINOR_VERSION 4
#define WAMPCC_MICRO_VERSION 1

#endif

0 comments on commit bb9da86

Please sign in to comment.