From 2ce626cfdcb26da4790d4b76b2e76818c28c83e4 Mon Sep 17 00:00:00 2001 From: Christian Kern Date: Tue, 3 Feb 2015 12:23:48 +0100 Subject: [PATCH] increase version number (minor+1) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cb5a74..94e8e97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,8 @@ cmake_minimum_required (VERSION 2.8.9) # Version number set (EMBB_BASE_VERSION_MAJOR 0) -set (EMBB_BASE_VERSION_MINOR 2) -set (EMBB_BASE_VERSION_PATCH 1) +set (EMBB_BASE_VERSION_MINOR 3) +set (EMBB_BASE_VERSION_PATCH 0) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release" CACHE STRING -- libgit2 0.26.0