diff options
Diffstat (limited to 'makeicecat')
-rw-r--r-- | makeicecat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2014-2016 Ruben Rodriguez <ruben@gnu.org> +# Copyright (C) 2014-2018 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 @@ -20,7 +20,7 @@ set -e FFMAJOR=60 -FFMINOR=2 +FFMINOR=3 FFSUB=0 GNUVERSION=1 FFVERSION=$FFMAJOR.$FFMINOR.$FFSUB |