Skip to content

Commit e4dbb96

Browse files
committed
Move to version 2.8.7
Signed-off-by: Corey Minyard <corey@minyard.net>
1 parent 3aca6be commit e4dbb96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AC_INIT([gensio],[2.8.6],[minyard@acm.org])
1+
AC_INIT([gensio],[2.8.7],[minyard@acm.org])
22
AC_SUBST(gensio_VERSION_MAJOR, 2)
33
AC_SUBST(gensio_VERSION_MINOR, 8)
4-
AC_SUBST(gensio_VERSION_PATCH, 6)
4+
AC_SUBST(gensio_VERSION_PATCH, 7)
55
AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION})
66
AC_CANONICAL_TARGET
77
AM_INIT_AUTOMAKE([-Wall])
@@ -12,7 +12,7 @@ AC_PROG_CXX
1212
# Per discussions with the Debian maintainer, it's best for
1313
# maintainers to have all the soname libary versions be the same if
1414
# they come from a single source. So here it is.
15-
GENSIO_LIB_VERSION=10:0:0
15+
GENSIO_LIB_VERSION=11:0:1
1616
AC_SUBST(GENSIO_LIB_VERSION)
1717

1818
AC_ARG_ENABLE([debug],

gensio.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Gensio"
5-
#define MyAppVersion "2.8.6"
6-
#define MyAppLibVersion "10"
5+
#define MyAppVersion "2.8.7"
6+
#define MyAppLibVersion "11"
77
#define MyAppPublisher "Gensio"
88
#define MyAppURL "https://github.com/cminyard/gensio"
99
#define InstallDir "c:/msys64/home/cminyard/install/Gensio"

0 commit comments

Comments
 (0)