diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2016-12-01 17:28:10 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2016-12-01 17:28:10 -0500 |
commit | 3b81371bdaf2ba0b2a774382a9ca3e54fc42d7b7 (patch) | |
tree | 7c12e627b0fcbbeb70b466ba8aed0a4a5b661173 /makeicecat | |
parent | 403b1ec4f1650fb118d2613b21e9374405934296 (diff) |
Version bumped to 45.5.1ESR
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,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 |