Skip to content

Commit

Permalink
Merge pull request ESMCI#1333 from NCAR/ejh_fix_pio_version_number_cmake
Browse files Browse the repository at this point in the history
changed pio version to 2.4.0 in cmake
  • Loading branch information
edhartnett authored Feb 8, 2019
2 parents d77683e + 080baff commit ddef8e9
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 @@ -4,7 +4,7 @@ project (PIO C Fortran)

# The project version number.
set(VERSION_MAJOR 2 CACHE STRING "Project major version number.")
set(VERSION_MINOR 3 CACHE STRING "Project minor version number.")
set(VERSION_MINOR 4 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)

Expand Down

0 comments on commit ddef8e9

Please sign in to comment.