-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump package version and library version
- Loading branch information
1 parent
8fb3c0c
commit a5983bb
Showing
2 changed files
with
4 additions
and
4 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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
AC_PREREQ(2.61) | ||
AC_INIT([nghttp3], [0.14.0-DEV], [[email protected]]) | ||
AC_INIT([nghttp3], [0.14.0], [[email protected]]) | ||
AC_CONFIG_AUX_DIR([.]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
@@ -43,7 +43,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | |
# See versioning rule: | ||
# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html | ||
AC_SUBST(LT_CURRENT, 8) | ||
AC_SUBST(LT_REVISION, 0) | ||
AC_SUBST(LT_REVISION, 1) | ||
AC_SUBST(LT_AGE, 0) | ||
|
||
# from nghttp2 | ||
|