diff options
author | db <drebs@riseup.net> | 2015-02-23 14:23:27 -0300 |
---|---|---|
committer | db <drebs@riseup.net> | 2015-02-23 14:23:27 -0300 |
commit | 604afa006d9fc362510620c8a08d194922f844ff (patch) | |
tree | 748b09478a74203461fe8ebfcd24ee0845e71309 /install.rdf.template | |
parent | 60abdca26f5945efbed670a3ae43b73b6114dd55 (diff) |
Fix minimum version in install.rdf template.
Diffstat (limited to 'install.rdf.template')
-rw-r--r-- | install.rdf.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rdf.template b/install.rdf.template index aac65ab..bbdeab3 100644 --- a/install.rdf.template +++ b/install.rdf.template @@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <em:targetApplication> <Description> <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> - <em:minVersion>23.999</em:minVersion> + <em:minVersion>24.0</em:minVersion> <em:maxVersion>31.*</em:maxVersion> </Description> </em:targetApplication> |