Skip to content

Commit

Permalink
Merge pull request #62 from rdumusc/master
Browse files Browse the repository at this point in the history
Release 1.4.0 preparation, add missing version bump
  • Loading branch information
Ahmet Bilgili authored Jun 30, 2016
2 parents 5d81fec + 34a8f4d commit 5afd636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(Servus VERSION 1.3.1)
set(Servus_VERSION_ABI 3)
project(Servus VERSION 1.4.0)
set(Servus_VERSION_ABI 4)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake
${CMAKE_SOURCE_DIR}/CMake/common)
Expand Down
2 changes: 1 addition & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Changelog {#Changelog}

# git master {#master}
# Release 1.4 (30-06-2016)

* [53](https://github.com/HBPVis/Servus/pull/53):
Add notifyDeserialized and notifySerialize functions in serializable
Expand Down

0 comments on commit 5afd636

Please sign in to comment.