summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk4
-rw-r--r--doap.ttl9
-rw-r--r--pad.xml2
3 files changed, 10 insertions, 5 deletions
diff --git a/config.mk b/config.mk
index dfee001..bc280dd 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,6 @@
# See COPYING file for copyright and license details.
-VERSION = 0.6.1
-RELDATE = 2011-11-22
+VERSION = 0.7
+RELDATE = 2012-02-12
# paths
PREFIX = /usr/local
diff --git a/doap.ttl b/doap.ttl
index e52f592..dc8a348 100644
--- a/doap.ttl
+++ b/doap.ttl
@@ -6,12 +6,12 @@
:p a doap:Project;
doap:name "getxbook";
doap:shortdesc "A collection of tools to download books from websites";
- doap:description "getxbook is a collection of tools to download books from Websites. There are tools to download from Google Books' book preview, Amazon's look inside the book, and Barnes and Noble's book viewer. There is an optional GUI written in Tcl/Tk, and some shell scripts using OCR to create plain text or searchable PDFs from the downloaded books.";
+ doap:description "getxbook is a collection of tools to download books from Websites. There are tools to download from Google Books' book preview, Amazon's look inside the book, and Barnes and Noble's book viewer. There is an optional GUI written in Tcl/Tk, and some shell scripts using OCR to create plain text or searchable PDFs and DjVus from the downloaded books.";
doap:homepage <http://njw.me.uk/software/getxbook/>;
doap:repository :repo;
doap:programming-language "C";
doap:license <http://www.isc.org/software/license>;
- doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061;
+ doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061, :v07;
doap:maintainer <http://njw.me.uk/card#i>.
<http://njw.me.uk/card#i> a foaf:Person;
@@ -56,3 +56,8 @@
doap:created "2011-11-22";
doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.6.1.tar.bz2>,
<http://njw.me.uk/software/getxbook/getxbook-0.6.1-win.zip>.
+
+:v07 a doap:Version;
+ doap:revision "0.7";
+ doap:created "2012-02-12";
+ doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.7.tar.bz2>.
diff --git a/pad.xml b/pad.xml
index 357787e..3cb2624 100644
--- a/pad.xml
+++ b/pad.xml
@@ -27,7 +27,7 @@
<Program_Info>
<Program_Name>getxbook</Program_Name>
- <Program_Version>0.6.1</Program_Version>
+ <Program_Version>0.7</Program_Version>
<Program_Release_Month/><Program_Release_Day/><Program_Release_Year/>
<Program_Cost_Dollars/><Program_Cost_Other_Code/><Program_Cost_Other/>
<Program_Type>Freeware</Program_Type><!--free software, dammit-->