Skip to content

Commit

Permalink
revise version number
Browse files Browse the repository at this point in the history
  • Loading branch information
disheng222 committed Jul 27, 2021
1 parent 346acf1 commit f6e5efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6e5efb

Please sign in to comment.