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 @@ -26,7 +26,7 @@ YMO_BOX([Init])
26
26
# NOTE: This is the PACKAGE version (SemVer), NOT the ABI version (libtool):
27
27
AC_INIT (
28
28
[ libyimmo] ,
29
- m4_esyscmd ( [ printf "${YIMMO_VERSION:-"0.1.0 "}"] ) ,
29
+ m4_esyscmd ( [ printf "${YIMMO_VERSION:-"0.2.1 "}"] ) ,
30
30
[ andrew.canaday@gmail.com] ,
31
31
m4_esyscmd ( [ printf "${YIMMO_TARNAME:-"libyimmo"}"] ) ,
32
32
[ https://github.com/andrew-canaday/libyimmo] )
@@ -83,7 +83,7 @@ AC_SUBST([PACKAGE_SUMMARY],["Lightweight socket server framework"])
83
83
# - https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
84
84
# - https://autotools.io/coretool/version.html
85
85
AC_SUBST ( [ YMO_ABI_CURRENT] ,[ 1] ,[ Yimmo libtool ABI current] )
86
- AC_SUBST ( [ YMO_ABI_REVISION] ,[ 0 ] ,[ Yimmo libtool ABI revision] )
86
+ AC_SUBST ( [ YMO_ABI_REVISION] ,[ 1 ] ,[ Yimmo libtool ABI revision] )
87
87
AC_SUBST ( [ YMO_ABI_AGE] ,[ 1] ,[ Yimmo libtool ABI age] )
88
88
AC_SUBST ( [ YMO_LIB_VERSION] ,[ "$YMO_ABI_CURRENT:$YMO_ABI_REVISION:$YMO_ABI_AGE"] )
89
89
You can’t perform that action at this time.
0 commit comments