Skip to content

Commit

Permalink
Bump patch level for 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-canaday committed Aug 13, 2023
1 parent b2e89a7 commit b682140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ YMO_BOX([Init])
# NOTE: This is the PACKAGE version (SemVer), NOT the ABI version (libtool):
AC_INIT(
[libyimmo],
m4_esyscmd([printf "${YIMMO_VERSION:-"0.2.2"}"]),
m4_esyscmd([printf "${YIMMO_VERSION:-"0.2.3"}"]),
[andrew.canaday@gmail.com],
m4_esyscmd([printf "${YIMMO_TARNAME:-"libyimmo"}"]),
[https://github.com/andrew-canaday/libyimmo])
Expand Down Expand Up @@ -83,7 +83,7 @@ AC_SUBST([PACKAGE_SUMMARY],["Lightweight socket server framework"])
# - https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
# - https://autotools.io/coretool/version.html
AC_SUBST([YMO_ABI_CURRENT],[1],[Yimmo libtool ABI current])
AC_SUBST([YMO_ABI_REVISION],[2],[Yimmo libtool ABI revision])
AC_SUBST([YMO_ABI_REVISION],[3],[Yimmo libtool ABI revision])
AC_SUBST([YMO_ABI_AGE],[1],[Yimmo libtool ABI age])
AC_SUBST([YMO_LIB_VERSION],["$YMO_ABI_CURRENT:$YMO_ABI_REVISION:$YMO_ABI_AGE"])

Expand Down

0 comments on commit b682140

Please sign in to comment.