From 5dda1503f0eee6ba4e4856396b41865179ae25e0 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 20 May 2019 14:04:47 -0400 Subject: Corrected typo, bumped -gnu version --- makeicecat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makeicecat b/makeicecat index 494360e..d76203d 100644 --- a/makeicecat +++ b/makeicecat @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2014-2018 Ruben Rodriguez +# Copyright (C) 2014-2019 Ruben Rodriguez # # 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 @@ -22,7 +22,7 @@ set -euxo pipefail FFMAJOR=60 FFMINOR=6 FFSUB=3 -GNUVERSION=1 +GNUVERSION=2 FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB ICECATVERSION=$FFVERSION-gnu$GNUVERSION SOURCEDIR=icecat-$FFVERSION @@ -88,7 +88,7 @@ cd $SOURCEDIR #done cp $DATA/Changelog.IceCat $DATA/README.IceCat . -cp $DATA/Changelog.IceCat $DATA/README.IceCat +cp $DATA/Changelog.IceCat $DATA/README.IceCat . ############################################################################### # Functions -- cgit v1.2.3