Skip to content

Commit 59f6755

Browse files
committed
Version update
1 parent a4ff2a9 commit 59f6755

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build-ffmpeg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
VERSION=1.24
7+
VERSION=1.25
88
CWD=$(pwd)
99
PACKAGES="$CWD/packages"
1010
WORKSPACE="$CWD/workspace"
@@ -194,6 +194,10 @@ usage() {
194194
echo ""
195195
}
196196

197+
echo "ffmpeg-build-script v$VERSION"
198+
echo "========================="
199+
echo ""
200+
197201
while (($# > 0)); do
198202
case $1 in
199203
-h | --help)
@@ -233,10 +237,6 @@ while (($# > 0)); do
233237
esac
234238
done
235239

236-
echo "ffmpeg-build-script v$VERSION"
237-
echo "========================="
238-
echo ""
239-
240240
if [ -z "$bflag" ]; then
241241
if [ -z "$cflag" ]; then
242242
usage

0 commit comments

Comments
 (0)