Skip to content

Commit

Permalink
Move to version 2.8.8
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Sep 9, 2024
1 parent d6f3615 commit 3a739bf
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
@@ -1,7 +1,7 @@
AC_INIT([gensio],[2.8.7],[[email protected]])
AC_INIT([gensio],[2.8.8],[[email protected]])
AC_SUBST(gensio_VERSION_MAJOR, 2)
AC_SUBST(gensio_VERSION_MINOR, 8)
AC_SUBST(gensio_VERSION_PATCH, 7)
AC_SUBST(gensio_VERSION_PATCH, 8)
AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION})
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall])
Expand Down

0 comments on commit 3a739bf

Please sign in to comment.