File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FLAMBORP="asdf"
27
27
YMO_BOX([ Init] )
28
28
# NOTE: This is the PACKAGE version (SemVer), NOT the ABI version (libtool):
29
29
AC_INIT (
30
- [ libyimmo] , [ 0.0.3 ] ,
30
+ [ libyimmo] , [ 0.0.4 ] ,
31
31
[ andrew.canaday@gmail.com] ,[ libyimmo] ,
32
32
[ https://github.com/andrew-canaday/libyimmo] )
33
33
AC_CONFIG_AUX_DIR ( [ ./build-aux] )
@@ -82,7 +82,7 @@ AC_SUBST([PACKAGE_SUMMARY],["Lightweight socket server framework"])
82
82
# - https://autotools.io/coretool/version.html
83
83
AC_SUBST ( [ YMO_ABI_CURRENT] ,[ 0] ,[ Yimmo libtool ABI current] )
84
84
AC_SUBST ( [ YMO_ABI_AGE] ,[ 0] ,[ Yimmo libtool ABI age] )
85
- AC_SUBST ( [ YMO_ABI_REVISION] ,[ 3 ] ,[ Yimmo libtool ABI revision] )
85
+ AC_SUBST ( [ YMO_ABI_REVISION] ,[ 4 ] ,[ Yimmo libtool ABI revision] )
86
86
AC_SUBST ( [ YMO_LIB_VERSION] ,[ "$YMO_ABI_CURRENT:$YMO_ABI_REVISION:$YMO_ABI_AGE"] )
87
87
88
88
# # Package Version:
You can’t perform that action at this time.
0 commit comments