summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Changelog.IceCat3
-rw-r--r--makeicecat4
2 files changed, 5 insertions, 2 deletions
diff --git a/data/Changelog.IceCat b/data/Changelog.IceCat
index e211130..dff6891 100644
--- a/data/Changelog.IceCat
+++ b/data/Changelog.IceCat
@@ -1,3 +1,6 @@
+2016-12-01 Ruben Rodriguez <ruben@gnu.org>
+ * Updated to v45.5.1ESR
+
2016-11-21 Ruben Rodriguez <ruben@gnu.org>
* Updated to v45.5.0ESR
* https-everywhere updated to 5.2.7
diff --git a/makeicecat b/makeicecat
index 28bd7b6..7d65141 100644
--- a/makeicecat
+++ b/makeicecat
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2014,2015 Ruben Rodriguez <ruben@gnu.org>
+# Copyright (C) 2014-2016 Ruben Rodriguez <ruben@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ set -e
FFMAJOR=45
FFMINOR=5
-FFSUB=0
+FFSUB=1
GNUVERSION=1
FFVERSION=$FFMAJOR.$FFMINOR.${FFSUB}
ICECATVERSION=$FFVERSION-gnu$GNUVERSION