-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set status string + fix format string in WS example (CI...)
- Loading branch information
1 parent
65a5028
commit cf5d2cd
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ FLAMBORP="asdf" | |
YMO_BOX([Init]) | ||
# NOTE: This is the PACKAGE version (SemVer), NOT the ABI version (libtool): | ||
AC_INIT( | ||
[libyimmo], [0.0.1], | ||
[libyimmo], [0.0.2], | ||
[[email protected]],[libyimmo], | ||
[https://github.com/andrew-canaday/libyimmo]) | ||
AC_CONFIG_AUX_DIR([./build-aux]) | ||
|
@@ -82,7 +82,7 @@ AC_SUBST([PACKAGE_SUMMARY],["Lightweight socket server framework"]) | |
# - https://autotools.io/libtool/version.html | ||
AC_SUBST([YMO_ABI_CURRENT],[0],[Yimmo libtool ABI current]) | ||
AC_SUBST([YMO_ABI_AGE],[0],[Yimmo libtool ABI age]) | ||
AC_SUBST([YMO_ABI_REVISION],[1],[Yimmo libtool ABI revision]) | ||
AC_SUBST([YMO_ABI_REVISION],[2],[Yimmo libtool ABI revision]) | ||
AC_SUBST([YMO_LIB_VERSION],["$YMO_ABI_CURRENT:$YMO_ABI_REVISION:$YMO_ABI_AGE"]) | ||
|
||
## Package Version: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters