From d6499479b3f5ef5f92eec9e9d4064e93a980a2c5 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sat, 11 Oct 2014 18:51:49 +0200 Subject: [PATCH] The current release is 0.2.1. Correct patch level in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52f2d47..c632b85 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 2) -set (EMBB_BASE_VERSION_PATCH 0) +set (EMBB_BASE_VERSION_PATCH 1) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release" CACHE STRING -- libgit2 0.26.0