Skip to content

Commit

Permalink
Increase version number to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jun 23, 2019
1 parent 0081f57 commit b138a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
set(CMAKE_DISABLE_SOURCE_CHANGES ON)

project(asdf-cxx VERSION 7.0.0 LANGUAGES CXX)
project(asdf-cxx VERSION 7.1.0 LANGUAGES CXX)
set(PROJECT_DESCRIPTION
"asdf-cxx (Advanced Scientific Data Format), C++ implementation")
set(PROJECT_URL "https://github.com/eschnett/asdf-cxx")
Expand Down

0 comments on commit b138a7d

Please sign in to comment.