summaryrefslogtreecommitdiff
path: root/doap.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'doap.ttl')
-rw-r--r--doap.ttl7
1 files changed, 6 insertions, 1 deletions
diff --git a/doap.ttl b/doap.ttl
index 2116bd3..b15f7a3 100644
--- a/doap.ttl
+++ b/doap.ttl
@@ -11,7 +11,7 @@
doap:repository :repo;
doap:programming-language "C";
doap:license <http://www.isc.org/software/license>;
- doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061, :v07, :v08;
+ doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061, :v07, :v08, :v0.9;
doap:maintainer <http://njw.me.uk/card#i>.
<http://njw.me.uk/card#i> a foaf:Person;
@@ -66,3 +66,8 @@
doap:revision "0.8";
doap:created "2012-02-14";
doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.8.tar.bz2>.
+
+:v09 a doap:Version;
+ doap:revision "0.9";
+ doap:created "2012-04-27";
+ doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.9.tar.bz2>.