Skip to content

Commit

Permalink
Releasing version 0.2.0-dev.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Apr 19, 2021
1 parent fe447ef commit 6f807b2
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 @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.10.2)
set(PROJECT_NAME libCellML)
set(PROJECT_URL https://libcellml.org)
set(_PROJECT_VERSION 0.2.0)
set(PROJECT_DEVELOPER_VERSION -dev.1)
set(PROJECT_DEVELOPER_VERSION -dev.2)
project(${PROJECT_NAME} VERSION ${_PROJECT_VERSION} LANGUAGES CXX)

# Set policies that affect the build.
Expand Down

0 comments on commit 6f807b2

Please sign in to comment.