Bump version number to 0.5 prior to release

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-11-19 15:08:43 +01:00 committed by eboasson
parent 08d9c296f1
commit c84c69e551
3 changed files with 3 additions and 20 deletions

View file

@ -10,7 +10,7 @@
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#
cmake_minimum_required(VERSION 3.7)
project(CycloneDDS VERSION 0.1.0)
project(CycloneDDS VERSION 0.5.0)
# Set a default build type if none was specified
set(default_build_type "RelWithDebInfo")