File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- AC_INIT ( [ gensio] ,[ 2.8.2 ] ,[ minyard@acm.org] )
1
+ AC_INIT ( [ gensio] ,[ 2.8.3 ] ,[ minyard@acm.org] )
2
2
AC_SUBST ( gensio_VERSION_MAJOR , 2 )
3
3
AC_SUBST ( gensio_VERSION_MINOR , 8 )
4
- AC_SUBST ( gensio_VERSION_PATCH , 2 )
4
+ AC_SUBST ( gensio_VERSION_PATCH , 3 )
5
5
AC_SUBST ( gensio_VERSION_STRING , ${PACKAGE_VERSION} )
6
6
AC_CANONICAL_TARGET
7
7
AM_INIT_AUTOMAKE ( [ -Wall] )
@@ -37,7 +37,7 @@ AM_PROG_AR
37
37
# Per discussions with the Debian maintainer, it's best for
38
38
# maintainers to have all the soname libary versions be the same if
39
39
# they come from a single source. So here it is.
40
- GENSIO_LIB_VERSION=8 :0:2
40
+ GENSIO_LIB_VERSION=9 :0:3
41
41
AC_SUBST ( GENSIO_LIB_VERSION )
42
42
43
43
# Per discussion at:
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Gensio"
5
- #define MyAppVersion " 2.8.2 "
5
+ #define MyAppVersion " 2.8.3 "
6
6
#define MyAppPublisher " Gensio"
7
7
#define MyAppURL " https://github.com/cminyard/gensio"
8
8
#define InstallDir " c:/msys64/home/cminyard/install/Gensio"
You can’t perform that action at this time.
0 commit comments