Skip to content

Commit

Permalink
Merge pull request #1 from JCSDA-internal/feature/version_release_number
Browse files Browse the repository at this point in the history
Bump version to 1.0.0 for release
  • Loading branch information
ytremolet authored Oct 27, 2020
2 parents 2d96899 + 5504211 commit 3f59be4
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 @@ -5,7 +5,7 @@
#

cmake_minimum_required( VERSION 3.12 )
project( jedicmake VERSION 0.0.1 DESCRIPTION "JEDI CMake Toolkit" )
project( jedicmake VERSION 1.0.0 DESCRIPTION "JEDI CMake Toolkit" )

include(GNUInstallDirs)
set(JEDI_MODULES_INSTALL_DIR ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})
Expand Down

0 comments on commit 3f59be4

Please sign in to comment.