From 49ea3762ff388f337c3c789fc9066a0154f363fb Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Fri, 6 Sep 2024 14:58:38 -0500 Subject: [PATCH] Move to version 2.8.7 Signed-off-by: Corey Minyard --- configure.ac | 6 +++--- gensio.iss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 9cd7acbe..960ff20a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([gensio],[2.8.6],[minyard@acm.org]) +AC_INIT([gensio],[2.8.7],[minyard@acm.org]) AC_SUBST(gensio_VERSION_MAJOR, 2) AC_SUBST(gensio_VERSION_MINOR, 8) -AC_SUBST(gensio_VERSION_PATCH, 6) +AC_SUBST(gensio_VERSION_PATCH, 7) AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION}) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([-Wall]) @@ -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=10:0:0 +GENSIO_LIB_VERSION=11:0:1 AC_SUBST(GENSIO_LIB_VERSION) AC_ARG_ENABLE([debug], diff --git a/gensio.iss b/gensio.iss index 39864f63..96e49dac 100644 --- a/gensio.iss +++ b/gensio.iss @@ -2,8 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Gensio" -#define MyAppVersion "2.8.6" -#define MyAppLibVersion "10" +#define MyAppVersion "2.8.7" +#define MyAppLibVersion "11" #define MyAppPublisher "Gensio" #define MyAppURL "https://github.com/cminyard/gensio" #define InstallDir "c:/msys64/home/cminyard/install/Gensio"