diff options
author | Horst3180 | 2016-05-30 23:03:07 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-30 23:03:07 +0200 |
commit | 31085a7bd32c0685ef3a87aeaff418c8ec9e9315 (patch) | |
tree | 790dd5e395e3034be66bdc320cbbabda9fc2788b | |
parent | 13b37b3376119872a647de6e4b467cb5d48d91ba (diff) | |
download | solarc-firefox-theme-31085a7bd32c0685ef3a87aeaff418c8ec9e9315.tar.gz solarc-firefox-theme-31085a7bd32c0685ef3a87aeaff418c8ec9e9315.tar.xz solarc-firefox-theme-31085a7bd32c0685ef3a87aeaff418c8ec9e9315.zip |
bump version46.20160530
-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 6b22f06..7e053b9 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>46.20160426</em:version> + <em:version>46.20160530</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 b12814a..a553113 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [46.20160426], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AC_INIT([arc-firefox-theme], [46.20160530], [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]) |