Skip to content

Commit

Permalink
version 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pracj3am committed Jun 22, 2023
1 parent 30ab865 commit 22adf34
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.4], [info@testomato.com])
AC_INIT([minicrawler], [5.2.5], [info@testomato.com])
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:16:0])
AC_SUBST([MINICRAWLER_LT_VERSION], [5:17:0])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign subdir-objects])

Expand Down

0 comments on commit 22adf34

Please sign in to comment.