Skip to content

Commit

Permalink
Move to version 2.8.9
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Sep 10, 2024
1 parent 59fb40f commit 2e2fdef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.8],[[email protected]])
AC_INIT([gensio],[2.8.9],[[email protected]])
AC_SUBST(gensio_VERSION_MAJOR, 2)
AC_SUBST(gensio_VERSION_MINOR, 8)
AC_SUBST(gensio_VERSION_PATCH, 8)
AC_SUBST(gensio_VERSION_PATCH, 9)
AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION})
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall])
Expand Down
2 changes: 1 addition & 1 deletion gensio.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Gensio"
#define MyAppVersion "2.8.8"
#define MyAppVersion "2.8.9"
#define MyAppLibVersion "10"
#define MyAppPublisher "Gensio"
#define MyAppURL "https://github.com/cminyard/gensio"
Expand Down

0 comments on commit 2e2fdef

Please sign in to comment.