Skip to content

Commit

Permalink
Merge pull request #2 from JCSDA/feature/bump_version
Browse files Browse the repository at this point in the history
Bump to version 1.0.0
  • Loading branch information
danholdaway authored Oct 27, 2020
2 parents 02930e3 + 8d5d02d commit 280feab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Copyright 2017 UCAR.
# (C) Copyright 2017-2020 UCAR.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
Expand All @@ -9,7 +9,7 @@

cmake_minimum_required( VERSION 3.3.2 FATAL_ERROR )

project( fv3jedilm LANGUAGES Fortran C )
project( fv3jedilm VERSION 1.0.0 LANGUAGES Fortran C )

set( CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake;${CMAKE_MODULE_PATH} )

Expand Down

0 comments on commit 280feab

Please sign in to comment.