-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
1 parent
53c2fe3
commit d1dec3d
Showing
2 changed files
with
6 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
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,5 +1,5 @@ | ||
|
||
AC_INIT([libpsl], [0.10.0], [[email protected]], [libpsl], [http://github.com/rockdaboot/libpsl]) | ||
AC_INIT([libpsl], [0.11.0], [[email protected]], [libpsl], [http://github.com/rockdaboot/libpsl]) | ||
AC_PREREQ([2.59]) | ||
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign]) | ||
|
||
|
@@ -85,7 +85,7 @@ PKG_PROG_PKG_CONFIG | |
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0. | ||
# 5. If any interfaces have been added since the last public release, then increment age. | ||
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0. | ||
AC_SUBST([LIBPSL_SO_VERSION], [3:0:3]) | ||
AC_SUBST([LIBPSL_SO_VERSION], [4:0:4]) | ||
AC_SUBST([LIBPSL_VERSION], $VERSION) | ||
|
||
# Check for enable/disable builtin PSL data | ||
|