summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml8
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index d12df002e..8756a8ff5 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -93,6 +93,14 @@
<length>64</length>
</field>
<field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <length>8</length>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
+ <field>
<name>url_hash</name>
<type>text</type>
<length>32</length>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dc8cad72e..389861bec 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>news</id>
<name>News</name>
<description>An RSS/Atom feed reader</description>
- <version>8.8.3</version>
+ <version>8.8.4</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>