From 89483a62c71a1eb38be24ea59875e5907a087087 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 1 Nov 2020 11:08:48 +0100 Subject: [PATCH] Bump version number to 1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84e164d..5d5d12a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6) project(PROJ_DATA) set(PROJ_DATA_VERSION_MAJOR 1) -set(PROJ_DATA_VERSION_MINOR 2) +set(PROJ_DATA_VERSION_MINOR 3) set(CPACK_SOURCE_GENERATOR "TGZ;ZIP") set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)