Skip to content

Commit ada83ae

Browse files
Bump patch level (0.0.4)
1 parent 3ba80f5 commit ada83ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FLAMBORP="asdf"
2727
YMO_BOX([Init])
2828
# NOTE: This is the PACKAGE version (SemVer), NOT the ABI version (libtool):
2929
AC_INIT(
30-
[libyimmo], [0.0.3],
30+
[libyimmo], [0.0.4],
3131
[andrew.canaday@gmail.com],[libyimmo],
3232
[https://github.com/andrew-canaday/libyimmo])
3333
AC_CONFIG_AUX_DIR([./build-aux])
@@ -82,7 +82,7 @@ AC_SUBST([PACKAGE_SUMMARY],["Lightweight socket server framework"])
8282
# - https://autotools.io/coretool/version.html
8383
AC_SUBST([YMO_ABI_CURRENT],[0],[Yimmo libtool ABI current])
8484
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])
8686
AC_SUBST([YMO_LIB_VERSION],["$YMO_ABI_CURRENT:$YMO_ABI_REVISION:$YMO_ABI_AGE"])
8787

8888
## Package Version:

0 commit comments

Comments
 (0)