aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-06 21:02:32 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-06 21:02:32 +0000
commitfe9fa3a98166718171b7687c24c289b4a2b5cf44 (patch)
tree342b4ae7858f983045f6c31a7187e6e89096cc0d
parent9dd4ebb60d81b010bf7791cd1c54fac74e617a70 (diff)
parentf066218b1fce4398588d6b139477399a15f750b7 (diff)
downloadYAGE-fe9fa3a98166718171b7687c24c289b4a2b5cf44.tar.gz
YAGE-fe9fa3a98166718171b7687c24c289b4a2b5cf44.zip
Merge branch 'develop'v0.1.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2fbc9086..65b817e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
# yage library cmakelists.txt
project(yage
- VERSION 0.1.3.0
+ VERSION 0.1.4.0
LANGUAGES CXX)
option(YAGE_BUILD_TESTS "Build tests and ctest testing suite" ON)