-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
AC_PREREQ([2.69]) | ||
AC_INIT([minicrawler], [5.2.2], [[email protected]]) | ||
AC_INIT([minicrawler], [5.2.3], [[email protected]]) | ||
AC_SUBST([MINICRAWLER_API_VERSION], [5]) | ||
# 1. Update the version information only immediately before a public release of your software. More frequent updates are unnecessary, and only guarantee that the current interface number gets larger faster. | ||
# 2. If the library source code has changed at all since the last update, then increment revision (‘c:r:a’ becomes ‘c:r+1:a’). | ||
# 3. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0. | ||
# 4. If any interfaces have been added since the last public release, then increment age. | ||
# 5. If any interfaces have been removed or changed since the last public release, then set age to 0. | ||
AC_SUBST([MINICRAWLER_LT_VERSION], [5:14:0]) | ||
AC_SUBST([MINICRAWLER_LT_VERSION], [5:15:0]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects]) | ||
|
||
|