File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- AC_INIT ( [ gensio] ,
[ 2.8.6 ] ,
[ [email protected] ] ) 1+ AC_INIT ( [ gensio] ,
[ 2.8.7 ] ,
[ [email protected] ] ) 22AC_SUBST ( gensio_VERSION_MAJOR , 2 )
33AC_SUBST ( gensio_VERSION_MINOR , 8 )
4- AC_SUBST ( gensio_VERSION_PATCH , 6 )
4+ AC_SUBST ( gensio_VERSION_PATCH , 7 )
55AC_SUBST ( gensio_VERSION_STRING , ${PACKAGE_VERSION} )
66AC_CANONICAL_TARGET
77AM_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
1616AC_SUBST ( GENSIO_LIB_VERSION )
1717
1818AC_ARG_ENABLE ( [ debug] ,
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments