Skip to content

Commit

Permalink
updated version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jan 3, 2018
1 parent 8891fc1 commit 77c4219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.0)
AC_INIT(pio, 2.3.1)
AC_CONFIG_SRCDIR(src/clib/pio_darray.c)
AM_INIT_AUTOMAKE([foreign serial-tests])

Expand Down Expand Up @@ -47,7 +47,7 @@ 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], [3], [PIO minor version])
AC_DEFINE([PIO_VERSION_PATCH], [0], [PIO patch version])
AC_DEFINE([PIO_VERSION_PATCH], [1], [PIO patch version])

# ???
AC_DEFINE([CPRGNU], [1], [defined by CMake build])
Expand Down

0 comments on commit 77c4219

Please sign in to comment.