Skip to content

Commit 5afd636

Browse files
author
Ahmet Bilgili
authored
Merge pull request #62 from rdumusc/master
Release 1.4.0 preparation, add missing version bump
2 parents 5d81fec + 34a8f4d commit 5afd636

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1818

1919
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
20-
project(Servus VERSION 1.3.1)
21-
set(Servus_VERSION_ABI 3)
20+
project(Servus VERSION 1.4.0)
21+
set(Servus_VERSION_ABI 4)
2222

2323
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake
2424
${CMAKE_SOURCE_DIR}/CMake/common)

doc/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Changelog {#Changelog}
33

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

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

0 commit comments

Comments
 (0)