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 16e7bfa..da4f28a 100644
--- a/doap.ttl
+++ b/doap.ttl
@@ -10,7 +10,7 @@
doap:repository :repo;
doap:programming-language "C";
doap:license <http://www.isc.org/software/license>;
- doap:release :v01, :v02, :v03;
+ doap:release :v01, :v02, :v03, :v04;
doap:maintainer <http://njw.me.uk/card#i>.
<http://njw.me.uk/card#i> a foaf:Person;
@@ -34,3 +34,8 @@
doap:revision "0.3";
doap:created "2011-08-07";
doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.3.tar.gz>.
+
+:v04 a doap:Version;
+ doap:revision "0.4";
+ doap:created "2011-09-08";
+ doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.4.tar.gz>.