-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forgot to bump SO_VERSION and API_VERSION to 3.8
- Loading branch information
Showing
5 changed files
with
19 additions
and
7 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
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# configure.ac - Process with autoconf to produce a configure script | ||
# | ||
# 2012, Jonathan Toppins <[email protected]> | ||
# 2017-2022 Reini Urban <[email protected]> | ||
# 2017-2024 Reini Urban <[email protected]> | ||
# | ||
# Copyright (c) 2012, 2013 Cisco Systems | ||
# Copyright (c) 2017-2022 Reini Urban | ||
# Copyright (c) 2017-2024 Reini Urban | ||
# All rights reserved. | ||
# | ||
# Permission is hereby granted, free of charge, to any person | ||
|
@@ -1073,8 +1073,8 @@ AC_SUBST([TARBALL_VERSION_FILE]) | |
# version information, refer to the libtool manual, section "Updating | ||
# library version information": | ||
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html | ||
AC_SUBST([SAFEC_SO_VERSION], [3:7:0]) | ||
AC_SUBST([SAFEC_API_VERSION], [3.7.0]) | ||
AC_SUBST([SAFEC_SO_VERSION], [3:8:0]) | ||
AC_SUBST([SAFEC_API_VERSION], [3.8.0]) | ||
|
||
AC_MSG_CHECKING([package version]) | ||
AC_MSG_RESULT($PACKAGE_VERSION) | ||
|