diff options
author | Horst3180 | 2017-03-11 14:55:24 +0100 |
---|---|---|
committer | Horst3180 | 2017-03-11 14:55:24 +0100 |
commit | 25b18b8e6a78e44c7b62f429ecbb1f0b457b0e43 (patch) | |
tree | a828e91545946ac94c1500c2e80baada1e957bdf | |
parent | bc3725e858b0c1bc27dd1164cb2908dcef21f404 (diff) | |
download | solarc-firefox-theme-25b18b8e6a78e44c7b62f429ecbb1f0b457b0e43.tar.gz solarc-firefox-theme-25b18b8e6a78e44c7b62f429ecbb1f0b457b0e43.tar.xz solarc-firefox-theme-25b18b8e6a78e44c7b62f429ecbb1f0b457b0e43.zip |
bump version52.20170311firefox-52-esrfirefox-52-beta
-rw-r--r-- | arc-firefox-theme/install.rdf | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arc-firefox-theme/install.rdf b/arc-firefox-theme/install.rdf index 9cce876..14512f8 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>51.20170123</em:version> + <em:version>52.20170311</em:version> <em:type>4</em:type> <em:name>Arc Theme</em:name> <em:description>Arc Theme for Firefox</em:description> @@ -21,8 +21,8 @@ <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>51.0</em:minVersion> - <em:maxVersion>54.0</em:maxVersion> + <em:minVersion>52.0</em:minVersion> + <em:maxVersion>55.0</em:maxVersion> </Description> </em:targetApplication> diff --git a/configure.ac b/configure.ac index fadb488..11fc973 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [51.20170123], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AC_INIT([arc-firefox-theme], [52.20170311], [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]) |