diff options
author | Horst3180 | 2016-08-01 21:53:45 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-01 21:53:45 +0200 |
commit | bdd133a055deb05dd38197d107b3a81e80963787 (patch) | |
tree | 7a7200b36617da3eccccb2bd1d39b6a4f863c01d | |
parent | 5300c3ac52759d9e7dce3e846a172a8d153140b8 (diff) | |
download | solarc-firefox-theme-bdd133a055deb05dd38197d107b3a81e80963787.tar.gz solarc-firefox-theme-bdd133a055deb05dd38197d107b3a81e80963787.tar.xz solarc-firefox-theme-bdd133a055deb05dd38197d107b3a81e80963787.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 d34bf64..3b0c4aa 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.20160607</em:version> + <em:version>48.20160801</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 a35af02..956e94f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [48.20160607], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +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]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects tar-ustar]) AC_PREFIX_DEFAULT(/usr/local) AM_SILENT_RULES([yes]) |