summaryrefslogtreecommitdiff
path: root/doap.ttl
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-08 00:59:11 +0100
committerNick White <git@njw.me.uk>2011-09-08 00:59:11 +0100
commit6caa822d0ad5afb0d019e1b2afbbc53847d7179d (patch)
tree6ab65122bb53a5556a843f9761dee9c29516897c /doap.ttl
parente3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 (diff)
Update TODO, prepare for 0.4v0.4
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>.