From d2de1ed3abdbbf146c13001c2bc932a2dc52e615 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Jan 2017 11:51:03 -0500 Subject: Lilv 0.24.2 --- COPYING | 2 +- NEWS | 5 +++-- bindings/python/conf.py | 4 ++-- src/state.c | 2 +- wscript | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/COPYING b/COPYING index 7121a87..908a4e0 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2011-2016 David Robillard +Copyright 2011-2017 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/NEWS b/NEWS index 05555c4..b8d90cf 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ -lilv (0.24.1) unstable; +lilv (0.24.2) stable; + * Fix saving state to paths that contain URI delimiters (#, ?, etc) * Fix comparison of restored states with paths - -- David Robillard Mon, 26 Sep 2016 12:51:37 -0400 + -- David Robillard Wed, 04 Jan 2017 11:48:08 -0500 lilv (0.24.0) stable; diff --git a/bindings/python/conf.py b/bindings/python/conf.py index 2a6e5ad..576919e 100644 --- a/bindings/python/conf.py +++ b/bindings/python/conf.py @@ -56,9 +56,9 @@ copyright = u'2016, David Robillard' # built documents. # # The short X.Y version. -version = '0.24.0' +version = '0.24.2' # The full version, including alpha/beta/rc tags. -release = '0.24.0' +release = '0.24.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/state.c b/src/state.c index aef7733..86b4bfc 100644 --- a/src/state.c +++ b/src/state.c @@ -1,5 +1,5 @@ /* - Copyright 2007-2016 David Robillard + Copyright 2007-2017 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/wscript b/wscript index ba86c27..8ca6495 100644 --- a/wscript +++ b/wscript @@ -12,7 +12,7 @@ import waflib.Logs as Logs # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -LILV_VERSION = '0.24.0' +LILV_VERSION = '0.24.2' LILV_MAJOR_VERSION = '0' # Mandatory waf variables -- cgit v1.2.1