summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Changelog.IceCat4
-rw-r--r--makeicecat4
2 files changed, 6 insertions, 2 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index 226439e..0a1651d 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,7 @@
+2015-11-05 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v38.4.0ESR
+ * LibreJS updated to 6.0.10
+
2015-10-08 Ruben Rodriguez <ruben@gnu.org>
* Rebased to v38.x
* Updated to v38.3.0ESR
diff --git a/makeicecat b/makeicecat
index 37ba654..23bf55b 100644
--- a/makeicecat
+++ b/makeicecat
@@ -20,9 +20,9 @@
set -e
FFMAJOR=38
-FFMINOR=3
+FFMINOR=4
FFSUB=0
-GNUVERSION=2
+GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
ICECATVERSION=$FFVERSION-gnu$GNUVERSION
SOURCEDIR=icecat-$FFVERSION