From 8e3f8034ba118b38392b864526224bf525beb203 Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Sun, 15 Nov 2015 22:56:05 +0200 Subject: [PATCH] Prepare to release version 0.19 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba4c3cf..5d34313 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0.2) project(diskscan - VERSION 0.18) + VERSION 0.19) export(PACKAGE diskscan)