aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-20 17:59:48 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-20 17:59:48 +0000
commitcc35bb2471c6d3fd695e3f8985ef168cda3fb39c (patch)
tree2cf90c623fdb75086e486b368c5d65f35a839c10 /CMakeLists.txt
parent1fcd6a0fe38a8db2c6d317c2735419aa04e9cd83 (diff)
parentb885965a6375f98d6bec63a43233461f9f42006d (diff)
downloadYAGE-cc35bb2471c6d3fd695e3f8985ef168cda3fb39c.tar.gz
YAGE-cc35bb2471c6d3fd695e3f8985ef168cda3fb39c.zip
Merge branch 'develop'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 957224a5..0ea75fa1 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.3.1.0
+ VERSION 0.1.3.0
LANGUAGES CXX)
if(NOT DEFINED UNIT_TESTS)