diff options
author | Horst3180 | 2016-08-02 00:53:37 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-02 00:53:37 +0200 |
commit | ce3a228bab792629df6d40181aff57d0eaa4d8e7 (patch) | |
tree | 4c0d31fbde78192a77edc339ddf65e4739bb5443 | |
parent | 5853dcbbd3a38374db9bfc37697b656ce9794a7c (diff) | |
download | solarc-firefox-theme-ce3a228bab792629df6d40181aff57d0eaa4d8e7.tar.gz solarc-firefox-theme-ce3a228bab792629df6d40181aff57d0eaa4d8e7.tar.xz solarc-firefox-theme-ce3a228bab792629df6d40181aff57d0eaa4d8e7.zip |
bump version48.20160802
-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 c07ec2e..9791f6d 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>48.20160801</em:version> + <em:version>48.20160802</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 956e94f..5d4376b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [48.20160801], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AC_INIT([arc-firefox-theme], [48.20160802], [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]) |