From fb4942d6fa0279c9657e067def813e5f7cca3d87 Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Mon, 29 Jun 2015 16:08:04 +0200 Subject: [PATCH] increase version number for next release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f8a001..d6683f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ cmake_minimum_required (VERSION 2.8.9) # Version number set (EMBB_BASE_VERSION_MAJOR 0) set (EMBB_BASE_VERSION_MINOR 3) -set (EMBB_BASE_VERSION_PATCH 0) +set (EMBB_BASE_VERSION_PATCH 1) # Fix compilation for CMake versions >= 3.1 # -- libgit2 0.26.0