diff options
author | Nik Nyby <nikolas@gnu.org> | 2016-05-04 20:57:15 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2016-05-04 20:57:15 -0400 |
commit | 96ffa949c03efd62c48754acd38b4bed9b573e53 (patch) | |
tree | cc2b47483b45de01204cd58b5b40ca74f713a4c8 | |
parent | 11d68a621ec11e906847087101cd9138d92996f5 (diff) | |
download | librejsxul-96ffa949c03efd62c48754acd38b4bed9b573e53.tar.lz librejsxul-96ffa949c03efd62c48754acd38b4bed9b573e53.tar.xz librejsxul-96ffa949c03efd62c48754acd38b4bed9b573e53.zip |
6.0.12
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | data/display_panel/content/display-panel.html | 2 | ||||
-rw-r--r-- | doc/librejs.info | 4 | ||||
-rw-r--r-- | doc/version.texi | 2 | ||||
-rw-r--r-- | package.json | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 1b27913..31906fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(librejs, 6.0.11, [bug-librejs@gnu.org]) +AC_INIT(librejs, 6.0.12, [bug-librejs@gnu.org]) AC_PROG_INSTALL AC_PATH_PROG([MAKEINFO], makeinfo) diff --git a/data/display_panel/content/display-panel.html b/data/display_panel/content/display-panel.html index a3e7f3e..0dfb378 100644 --- a/data/display_panel/content/display-panel.html +++ b/data/display_panel/content/display-panel.html @@ -43,7 +43,7 @@ >gnu.org/software/librejs</a> </div> <div> - <strong>LibreJS 6.0.11</strong> + <strong>LibreJS 6.0.12</strong> </div> </div> diff --git a/doc/librejs.info b/doc/librejs.info index 6c63ddc..d1591ba 100644 --- a/doc/librejs.info +++ b/doc/librejs.info @@ -1,7 +1,7 @@ This is librejs.info, produced by makeinfo version 5.2 from librejs.texi. -This manual is for GNU LibreJS (version 6.0.11, 04 May 2016), a GNU +This manual is for GNU LibreJS (version 6.0.12, 04 May 2016), a GNU IceCat extension to detect and block nonfree nontrivial JavaScript on webpages. @@ -24,7 +24,7 @@ File: librejs.info, Node: Top, Next: Overview, Up: (dir) LibreJS ******* -This manual is for GNU LibreJS (version 6.0.11, 04 May 2016). +This manual is for GNU LibreJS (version 6.0.12, 04 May 2016). * Menu: diff --git a/doc/version.texi b/doc/version.texi index dd0d97e..d267806 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ @set UPDATED 04 May 2016 @set UPDATED-MONTH May 2016 @set EDITION 2 -@set VERSION 6.0.11 +@set VERSION 6.0.12 diff --git a/package.json b/package.json index 2f1a120..07bc615 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Loic J. Duros", "homepage": "https://gnu.org/software/librejs/", "repository": "http://git.savannah.gnu.org/cgit/librejs.git/", - "version": "6.0.11", + "version": "6.0.12", "title": "GNU LibreJS", "id": "jid1-KtlZuoiikVfFew@jetpack", "description": "GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel)\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": http://www.gnu.org/philosophy/javascript-trap.html", |