Skip to content

Commit

Permalink
Bump CMake library version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psalz committed Sep 9, 2020
1 parent e5be00e commit 8edd342
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

set(Celerity_VERSION 0.2.0)
set(Celerity_VERSION 0.2.1)
project(celerity_runtime VERSION ${Celerity_VERSION})
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

Expand Down

1 comment on commit 8edd342

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Warnings were generated for the following builds:

  • ComputeCpp-Debug: 7
  • ComputeCpp-Release: 8

Please sign in to comment.