Skip to content

Commit

Permalink
Merge pull request ESMCI#1657 from NCAR/ejh_25
Browse files Browse the repository at this point in the history
updated version numbers
  • Loading branch information
edwardhartnett authored Jul 13, 2020
2 parents aeefa82 + 4445b0f commit cb5342d
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.5.1)
AC_INIT(pio, 2.5.1-development)
AC_CONFIG_SRCDIR(src/clib/pio_darray.c)
AM_INIT_AUTOMAKE([foreign serial-tests])

Expand All @@ -14,7 +14,7 @@ AC_DEFINE([PIO_VERSION_PATCH], [1], [PIO patch version])
# Once more for the documentation.
AC_SUBST([VERSION_MAJOR], [2])
AC_SUBST([VERSION_MINOR], [5])
AC_SUBST([VERSION_PATCH], [1])
AC_SUBST([VERSION_PATCH], [1-development])

# The m4 directory holds macros for autoconf.
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit cb5342d

Please sign in to comment.