Skip to content

Commit

Permalink
CMake: Update project to version 0.10
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Suciu <[email protected]>
  • Loading branch information
adisuciu committed Jan 22, 2018
1 parent 9d5211a commit 32f549d
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 @@ -16,7 +16,7 @@
# Boston, MA 02110-1301, USA.

cmake_minimum_required(VERSION 3.1.3)
project(scopy LANGUAGES CXX VERSION 0.9)
project(scopy LANGUAGES CXX VERSION 0.10)

# Get the GIT hash of the latest commit
include(FindGit OPTIONAL)
Expand Down

0 comments on commit 32f549d

Please sign in to comment.