From a5192878c186e902e405b6356ad0f094a13d251f Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Wed, 10 Apr 2019 21:18:14 -0400 Subject: [PATCH 1/3] 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) From 45d8b1bc24fb001c6a1c81c9e3f342f9254c753c Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Fri, 12 Apr 2019 21:33:43 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d51497e..88cc1f5 100644 --- a/README.md +++ b/README.md @@ -351,4 +351,4 @@ baz Contributions are welcomed, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. ## License -The project is available under the [MIT](https://opensource.org/licenses/MIT) license. +The project is available under the [BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause) license. From f58e2577d00c5af342e68cb2dfb49b1db8fb8b23 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Fri, 12 Apr 2019 21:34:30 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88cc1f5..d51497e 100644 --- a/README.md +++ b/README.md @@ -351,4 +351,4 @@ baz Contributions are welcomed, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information. ## License -The project is available under the [BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause) license. +The project is available under the [MIT](https://opensource.org/licenses/MIT) license.