Skip to content

Commit

Permalink
Move to version 2.8.6
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Aug 31, 2024
1 parent 0d92c63 commit 1319b3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
AC_INIT([gensio],[2.8.5],[[email protected]])
AC_INIT([gensio],[2.8.6],[[email protected]])
AC_SUBST(gensio_VERSION_MAJOR, 2)
AC_SUBST(gensio_VERSION_MINOR, 8)
AC_SUBST(gensio_VERSION_PATCH, 5)
AC_SUBST(gensio_VERSION_PATCH, 6)
AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION})
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CC
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
AC_SUBST(GENSIO_LIB_VERSION)

AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug], [add -g option when building])
AS_HELP_STRING([--disable-debug], [remove -g option when building])])
Expand All @@ -34,12 +40,6 @@ fi

AM_PROG_AR

# 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=9:0:3
AC_SUBST(GENSIO_LIB_VERSION)

# Per discussion at:
# https://lists.gnu.org/archive/html/libtool/2022-09/msg00000.html
# This enabled RUNPATH over RPATH. libtool will not set
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.5"
#define MyAppVersion "2.8.6"
#define MyAppPublisher "Gensio"
#define MyAppURL "https://github.com/cminyard/gensio"
#define InstallDir "c:/msys64/home/cminyard/install/Gensio"
Expand Down

0 comments on commit 1319b3a

Please sign in to comment.