Skip to content

Commit d1dec3d

Browse files
committed
Release v0.11.0
1 parent 53c2fe3 commit d1dec3d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Copyright (C) 2014-2015 Tim Rühsen
22

3+
23.09.2015 Release V0.11.0
4+
* Add new function psl_check_version_number()
5+
* Add version defines to include file
6+
37
19.09.2025 Release V0.10.0
48
* Code simplified
59
* Less data entries, faster lookups

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AC_INIT([libpsl], [0.10.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
2+
AC_INIT([libpsl], [0.11.0], [tim.ruehsen@gmx.de], [libpsl], [http://github.com/rockdaboot/libpsl])
33
AC_PREREQ([2.59])
44
AM_INIT_AUTOMAKE([1.10 -Wall no-define foreign])
55

@@ -85,7 +85,7 @@ PKG_PROG_PKG_CONFIG
8585
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
8686
# 5. If any interfaces have been added since the last public release, then increment age.
8787
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0.
88-
AC_SUBST([LIBPSL_SO_VERSION], [3:0:3])
88+
AC_SUBST([LIBPSL_SO_VERSION], [4:0:4])
8989
AC_SUBST([LIBPSL_VERSION], $VERSION)
9090

9191
# Check for enable/disable builtin PSL data

0 commit comments

Comments
 (0)