diff options
author | Horst3180 | 2015-09-11 23:50:41 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-11 23:50:41 +0200 |
commit | f44e8641988868c8f129249645c1333f35b7f40e (patch) | |
tree | c80ba52545abf74f40216a564e5f22e2f2535cb0 | |
parent | 12401a25fcc32244ed9f6457c7e37f98ffa30cb5 (diff) | |
download | solarc-firefox-theme-f44e8641988868c8f129249645c1333f35b7f40e.tar.gz solarc-firefox-theme-f44e8641988868c8f129249645c1333f35b7f40e.tar.xz solarc-firefox-theme-f44e8641988868c8f129249645c1333f35b7f40e.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 cd747ac..0d27806 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.20150831</em:version> + <em:version>40.20150911</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 9c40b23..3d772f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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]) +AC_INIT([arc-firefox-theme], [40.20150911], [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]) |