Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Sep 23, 2015
1 parent 53c2fe3 commit d1dec3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Copyright (C) 2014-2015 Tim Rühsen

23.09.2015 Release V0.11.0
* Add new function psl_check_version_number()
* Add version defines to include file

19.09.2025 Release V0.10.0
* Code simplified
* Less data entries, faster lookups
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
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])

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d1dec3d

Please sign in to comment.