From f6e5efbc6efe58feb6f8425f7fba078b12c55da1 Mon Sep 17 00:00:00 2001 From: disheng222 Date: Tue, 27 Jul 2021 15:23:42 -0500 Subject: [PATCH] revise version number --- CMakeLists.txt | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2559d02..cf20f8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project(SZauto VERSION "1.0") +project(SZauto VERSION "1.1") set (SZauto_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR}) set (SZauto_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR}) set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin) diff --git a/README.md b/README.md index 5644def..196caac 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,5 @@ See COPYRIGHT in top-level directory. Version New features +* SZauto 1.1.0 Second release * SZauto 1.0.0 First release