Skip to content

Commit

Permalink
version 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pracj3am committed Sep 2, 2021
1 parent cd85c02 commit 958c428
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
@@ -1,12 +1,12 @@
AC_PREREQ([2.69])
AC_INIT([minicrawler], [5.2.0], [[email protected]])
AC_INIT([minicrawler], [5.2.1], [[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:12:0])
AC_SUBST([MINICRAWLER_LT_VERSION], [5:13:0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign subdir-objects])

Expand Down

0 comments on commit 958c428

Please sign in to comment.