diff options
author | Horst3180 | 2015-08-31 01:20:38 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-31 01:20:38 +0200 |
commit | 7fa11b1e6f1d571a4e6bd55bfe81ee58e86d627e (patch) | |
tree | f591bfe55a7b18b25165d2dfba53b72055529ba0 | |
parent | 1f76caa47aa63d49d1e5424ab78ecbc151ba25d5 (diff) | |
download | solarc-firefox-theme-7fa11b1e6f1d571a4e6bd55bfe81ee58e86d627e.tar.gz solarc-firefox-theme-7fa11b1e6f1d571a4e6bd55bfe81ee58e86d627e.tar.xz solarc-firefox-theme-7fa11b1e6f1d571a4e6bd55bfe81ee58e86d627e.zip |
bump version
-rw-r--r-- | arc-firefox-theme/install.rdf | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arc-firefox-theme/install.rdf b/arc-firefox-theme/install.rdf index 98f1be0..cd747ac 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>40.20150826</em:version> + <em:version>40.20150831</em:version> <em:type>4</em:type> <em:name>Arc Theme</em:name> <em:description>Arc Theme for Firefox</em:description> diff --git a/configure.ac b/configure.ac index b07df93..9c40b23 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [40.20150826], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AC_INIT([arc-firefox-theme], [40.20150831], [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]) |