aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--data/display_panel/content/display-panel.html2
-rw-r--r--doc/librejs.info4
-rw-r--r--doc/version.texi2
-rw-r--r--package.json2
5 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 31906fa..3bbe53c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(librejs, 6.0.12, [bug-librejs@gnu.org])
+AC_INIT(librejs, 6.0.13, [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 0dfb378..68d203e 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.12</strong>
+ <strong>LibreJS 6.0.13</strong>
</div>
</div>
diff --git a/doc/librejs.info b/doc/librejs.info
index d1591ba..411a3aa 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.12, 04 May 2016), a GNU
+This manual is for GNU LibreJS (version 6.0.13, 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.12, 04 May 2016).
+This manual is for GNU LibreJS (version 6.0.13, 04 May 2016).
* Menu:
diff --git a/doc/version.texi b/doc/version.texi
index d267806..3e99950 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.12
+@set VERSION 6.0.13
diff --git a/package.json b/package.json
index 07bc615..cd71890 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.12",
+ "version": "6.0.13",
"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",