diff options
author | Horst3180 | 2015-11-03 18:12:00 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-03 18:12:00 +0100 |
commit | 9b4a293cbaf033f2c8f0a12a161f7b3ba7e84125 (patch) | |
tree | f9e00578296fd6e87d45656b7ffbcaf7dafc6186 | |
parent | b8801112af3f2e2239bd036c110de27330a03a38 (diff) | |
download | solarc-firefox-theme-9b4a293cbaf033f2c8f0a12a161f7b3ba7e84125.tar.gz solarc-firefox-theme-9b4a293cbaf033f2c8f0a12a161f7b3ba7e84125.tar.xz solarc-firefox-theme-9b4a293cbaf033f2c8f0a12a161f7b3ba7e84125.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 4da6df4..0e771e0 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>42.20151031</em:version> + <em:version>42.20151103</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 cc2464c..49604bc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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]) +AC_INIT([arc-firefox-theme], [42.20151103], [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]) |