Skip to content

Commit

Permalink
changed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 14, 2019
1 parent bc7091a commit 7f1ae08
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 @@ -10,12 +10,12 @@ AM_INIT_AUTOMAKE([foreign serial-tests])
# The PIO version, again.
AC_DEFINE([PIO_VERSION_MAJOR], [2], [PIO major version])
AC_DEFINE([PIO_VERSION_MINOR], [4], [PIO minor version])
AC_DEFINE([PIO_VERSION_PATCH], [4-development], [PIO patch version])
AC_DEFINE([PIO_VERSION_PATCH], [4], [PIO patch version])

# Once more for the documentation.
AC_SUBST([VERSION_MAJOR], [2])
AC_SUBST([VERSION_MINOR], [4])
AC_SUBST([VERSION_PATCH], [4-development])
AC_SUBST([VERSION_PATCH], [4])

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

0 comments on commit 7f1ae08

Please sign in to comment.