File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- AC_INIT ( [ gensio] ,[ 2.8.6 ] ,[ minyard@acm.org] )
1
+ AC_INIT ( [ gensio] ,[ 2.8.7 ] ,[ 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 , 6 )
4
+ AC_SUBST ( gensio_VERSION_PATCH , 7 )
5
5
AC_SUBST ( gensio_VERSION_STRING , ${PACKAGE_VERSION} )
6
6
AC_CANONICAL_TARGET
7
7
AM_INIT_AUTOMAKE ( [ -Wall] )
@@ -12,7 +12,7 @@ AC_PROG_CXX
12
12
# Per discussions with the Debian maintainer, it's best for
13
13
# maintainers to have all the soname libary versions be the same if
14
14
# they come from a single source. So here it is.
15
- GENSIO_LIB_VERSION=10 :0:0
15
+ GENSIO_LIB_VERSION=11 :0:1
16
16
AC_SUBST ( GENSIO_LIB_VERSION )
17
17
18
18
AC_ARG_ENABLE ( [ debug] ,
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.6 "
6
- #define MyAppLibVersion " 10 "
5
+ #define MyAppVersion " 2.8.7 "
6
+ #define MyAppLibVersion " 11 "
7
7
#define MyAppPublisher " Gensio"
8
8
#define MyAppURL " https://github.com/cminyard/gensio"
9
9
#define InstallDir " c:/msys64/home/cminyard/install/Gensio"
You can’t perform that action at this time.
0 commit comments