summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Changelog.IceCat5
-rw-r--r--makeicecat4
2 files changed, 7 insertions, 2 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index 90b0c5f..2293562 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,8 @@
+2016-02-03 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v38.6.0ESR
+ * HTTPS-Everywhere updated to 5.1.3
+ * HTML5 Video Everywhere updated to 0.3.4
+
2015-12-24 Ruben Rodriguez <ruben@gnu.org>
* Updated to v38.5.2ESR
* Disabled direct2d acceleration (fix for Windows crashes)
diff --git a/makeicecat b/makeicecat
index 0117b0e..190a5a2 100644
--- a/makeicecat
+++ b/makeicecat
@@ -20,8 +20,8 @@
set -e
FFMAJOR=38
-FFMINOR=5
-FFSUB=2
+FFMINOR=6
+FFSUB=0
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
ICECATVERSION=$FFVERSION-gnu$GNUVERSION