Skip to content

Commit

Permalink
Move to version 2.8.10
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <corey@minyard.net>
  • Loading branch information
cminyard committed Dec 5, 2024
1 parent 386cbbd commit a8355b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([gensio],[2.8.9],[minyard@acm.org])
AC_INIT([gensio],[2.8.10],[minyard@acm.org])
AC_SUBST(gensio_VERSION_MAJOR, 2)
AC_SUBST(gensio_VERSION_MINOR, 8)
AC_SUBST(gensio_VERSION_PATCH, 9)
AC_SUBST(gensio_VERSION_PATCH, 10)
AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION})
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall])
Expand All @@ -12,7 +12,7 @@ AC_PROG_CXX
# Per discussions with the Debian maintainer, it's best for
# maintainers to have all the soname libary versions be the same if
# they come from a single source. So here it is.
GENSIO_LIB_VERSION=11:0:1
GENSIO_LIB_VERSION=11:1:1
AC_SUBST(GENSIO_LIB_VERSION)

AC_ARG_ENABLE([debug],
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.9"
#define MyAppVersion "2.8.10"
#define MyAppLibVersion "10"
#define MyAppPublisher "Gensio"
#define MyAppURL "https://github.com/cminyard/gensio"
Expand Down

0 comments on commit a8355b0

Please sign in to comment.