From a5192878c186e902e405b6356ad0f094a13d251f Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Wed, 10 Apr 2019 21:18:14 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a0f44..7d4a39b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8) -project(argparse VERSION 0.1.0 LANGUAGES CXX) +project(argparse VERSION 1.0.0 LANGUAGES CXX) option(ARGPARSE_BUILD_TESTS OFF) include(GNUInstallDirs)