From cd49694426d1971580d30efcf44fe18816cbad40 Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Thu, 7 Nov 2019 18:27:07 +0100 Subject: [PATCH] Set version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c2b550..d8c9b99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.2.0 FATAL_ERROR) -project (taocpp-sequences VERSION 1.0.2 LANGUAGES CXX) +project (taocpp-sequences VERSION 2.0.0 LANGUAGES CXX) # installation directories set (TAOCPP_SEQUENCES_INSTALL_INCLUDE_DIR "include" CACHE STRING "The installation include directory")