diff options
author | Horst3180 | 2015-11-01 00:41:41 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-01 00:41:41 +0100 |
commit | 44da2cf630622f7732fb6a1e88db121814e87e94 (patch) | |
tree | 20143bb52719213550709fa11f992aabfa46858b | |
parent | 2d4393b3ff6f9cba933838bf439993aeaf4c51a6 (diff) | |
download | solarc-firefox-theme-44da2cf630622f7732fb6a1e88db121814e87e94.tar.gz solarc-firefox-theme-44da2cf630622f7732fb6a1e88db121814e87e94.tar.xz solarc-firefox-theme-44da2cf630622f7732fb6a1e88db121814e87e94.zip |
bump version
-rw-r--r-- | arc-firefox-theme/install.rdf | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arc-firefox-theme/install.rdf b/arc-firefox-theme/install.rdf index 9067f75..4da6df4 100644 --- a/arc-firefox-theme/install.rdf +++ b/arc-firefox-theme/install.rdf @@ -5,7 +5,7 @@ <Description about="urn:mozilla:install-manifest"> <em:id>{52c2877e-44e1-11e5-8874-a62d1d5d46B0}</em:id> - <em:version>41.20150921</em:version> + <em:version>42.20151031</em:version> <em:type>4</em:type> <em:name>Arc Theme</em:name> <em:description>Arc Theme for Firefox</em:description> @@ -16,7 +16,7 @@ <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>41.0</em:minVersion> + <em:minVersion>42.0</em:minVersion> <em:maxVersion>44.0</em:maxVersion> </Description> </em:targetApplication> diff --git a/configure.ac b/configure.ac index 0151682..cc2464c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [41.20150921], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AC_INIT([arc-firefox-theme], [42.20151031], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects tar-ustar]) AC_PREFIX_DEFAULT(/usr/local) AM_SILENT_RULES([yes]) |