summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--wscript2
2 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cf4537..9612eb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-sord (UNRELEASED) unstable; urgency=low
+sord (0.8.0) stable;
* Use path variables in pkgconfig files
* Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
@@ -13,9 +13,9 @@ sord (UNRELEASED) unstable; urgency=low
* Add convenient sord_search(), sord_ask(), and sord_count()
* Add sord_validate tool for validating data against RDF/OWL schemas
- -- David Robillard <d@drobilla.net> (UNRELEASED)
+ -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
-sord (0.5.0) unstable; urgency=low
+sord (0.5.0) stable;
* Remove glib dependency
* Add function sord_contains for checking for a triple pattern
@@ -23,9 +23,9 @@ sord (0.5.0) unstable; urgency=low
* Fix Sord::Namespaces::qualify to no longer chop prefixes
* Add ability to build static library
- -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
+ -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
-sord (0.4.2) unstable; urgency=low
+sord (0.4.2) stable;
* Fix compilation issues on some systems
* Fix build system Python 3 compatibility
@@ -33,7 +33,7 @@ sord (0.4.2) unstable; urgency=low
-- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
-sord (0.4.0) unstable; urgency=low
+sord (0.4.0) stable;
* Initial release
diff --git a/wscript b/wscript
index aa5c293..4a001e0 100644
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ from waflib.extras import autowaf as autowaf
import waflib.Logs as Logs, waflib.Options as Options
# Version of this package (even if built as a child)
-SORD_VERSION = '0.7.0'
+SORD_VERSION = '0.8.0'
SORD_MAJOR_VERSION = '0'
# Library version (UNIX style major, minor, micro)