Skip to content

Commit c8e0d72

Browse files
committed
Move to version 2.8.3
Signed-off-by: Corey Minyard <minyard@acm.org>
1 parent 77d4dbe commit c8e0d72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
AC_INIT([gensio],[2.8.2],[minyard@acm.org])
1+
AC_INIT([gensio],[2.8.3],[minyard@acm.org])
22
AC_SUBST(gensio_VERSION_MAJOR, 2)
33
AC_SUBST(gensio_VERSION_MINOR, 8)
4-
AC_SUBST(gensio_VERSION_PATCH, 2)
4+
AC_SUBST(gensio_VERSION_PATCH, 3)
55
AC_SUBST(gensio_VERSION_STRING, ${PACKAGE_VERSION})
66
AC_CANONICAL_TARGET
77
AM_INIT_AUTOMAKE([-Wall])
@@ -37,7 +37,7 @@ AM_PROG_AR
3737
# Per discussions with the Debian maintainer, it's best for
3838
# maintainers to have all the soname libary versions be the same if
3939
# they come from a single source. So here it is.
40-
GENSIO_LIB_VERSION=8:0:2
40+
GENSIO_LIB_VERSION=9:0:3
4141
AC_SUBST(GENSIO_LIB_VERSION)
4242

4343
# Per discussion at:

gensio.iss

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

44
#define MyAppName "Gensio"
5-
#define MyAppVersion "2.8.2"
5+
#define MyAppVersion "2.8.3"
66
#define MyAppPublisher "Gensio"
77
#define MyAppURL "https://github.com/cminyard/gensio"
88
#define InstallDir "c:/msys64/home/cminyard/install/Gensio"

0 commit comments

Comments
 (0)