Skip to content

Commit

Permalink
changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Sep 22, 2017
1 parent 1efb215 commit 8be88ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project (PIO C Fortran)

# The project version number.
set(VERSION_MAJOR 2 CACHE STRING "Project major version number.")
set(VERSION_MINOR 2 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 3 CACHE STRING "Project patch version number.")
set(VERSION_MINOR 3 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
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Ed Hartnett 8/16/17

# Initialize autoconf and automake.
AC_INIT(pio, 2.2.3)
AC_INIT(pio, 2.3.0)
AC_CONFIG_SRCDIR(src/clib/pio_darray.c)
AM_INIT_AUTOMAKE([foreign serial-tests])

Expand All @@ -29,8 +29,8 @@ AC_DEFINE([_NETCDF], [1], [netCDF classic library available])

# The PIO version, again.
AC_DEFINE([PIO_VERSION_MAJOR], [2], [PIO major version])
AC_DEFINE([PIO_VERSION_MINOR], [2], [PIO minor version])
AC_DEFINE([PIO_VERSION_PATCH], [3], [PIO patch version])
AC_DEFINE([PIO_VERSION_MINOR], [3], [PIO minor version])
AC_DEFINE([PIO_VERSION_PATCH], [0], [PIO patch version])

# ???
AC_DEFINE([CPRGNU], [1], [defined by CMake build])
Expand Down
1 change: 1 addition & 0 deletions doc/source/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
\author Jim Edwards
\author John M. Dennis
\author Mariana Vertenstein
\author Edward Hartnett

The Parallel I/O (PIO) library has been developed over several years
to improve the ability of component models of the Community Earth
Expand Down

0 comments on commit 8be88ec

Please sign in to comment.