Skip to content

Commit 666acbf

Browse files
committed
Bump version to 2.20
1 parent aa47bce commit 666acbf

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for ffms2 2.19.2.
3+
# Generated by GNU Autoconf 2.69 for ffms2 2.20.0.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='ffms2'
589589
PACKAGE_TARNAME='ffms2'
590-
PACKAGE_VERSION='2.19.2'
591-
PACKAGE_STRING='ffms2 2.19.2'
590+
PACKAGE_VERSION='2.20.0'
591+
PACKAGE_STRING='ffms2 2.20.0'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1346,7 +1346,7 @@ if test "$ac_init_help" = "long"; then
13461346
# Omit some internal or obsolete options to make the list less imposing.
13471347
# This message is too long to be a string in the A/UX 3.1 sh.
13481348
cat <<_ACEOF
1349-
\`configure' configures ffms2 2.19.2 to adapt to many kinds of systems.
1349+
\`configure' configures ffms2 2.20.0 to adapt to many kinds of systems.
13501350

13511351
Usage: $0 [OPTION]... [VAR=VALUE]...
13521352

@@ -1416,7 +1416,7 @@ fi
14161416

14171417
if test -n "$ac_init_help"; then
14181418
case $ac_init_help in
1419-
short | recursive ) echo "Configuration of ffms2 2.19.2:";;
1419+
short | recursive ) echo "Configuration of ffms2 2.20.0:";;
14201420
esac
14211421
cat <<\_ACEOF
14221422

@@ -1542,7 +1542,7 @@ fi
15421542
test -n "$ac_init_help" && exit $ac_status
15431543
if $ac_init_version; then
15441544
cat <<\_ACEOF
1545-
ffms2 configure 2.19.2
1545+
ffms2 configure 2.20.0
15461546
generated by GNU Autoconf 2.69
15471547

15481548
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2082,7 +2082,7 @@ cat >config.log <<_ACEOF
20822082
This file contains any messages produced by compilers while
20832083
running configure, to aid debugging if configure makes a mistake.
20842084

2085-
It was created by ffms2 $as_me 2.19.2, which was
2085+
It was created by ffms2 $as_me 2.20.0, which was
20862086
generated by GNU Autoconf 2.69. Invocation command line was
20872087

20882088
$ $0 $@
@@ -2947,7 +2947,7 @@ fi
29472947

29482948
# Define the identity of the package.
29492949
PACKAGE='ffms2'
2950-
VERSION='2.19.2'
2950+
VERSION='2.20.0'
29512951

29522952

29532953
cat >>confdefs.h <<_ACEOF
@@ -16885,7 +16885,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1688516885
# report actual input values of CONFIG_FILES etc. instead of their
1688616886
# values after options handling.
1688716887
ac_log="
16888-
This file was extended by ffms2 $as_me 2.19.2, which was
16888+
This file was extended by ffms2 $as_me 2.20.0, which was
1688916889
generated by GNU Autoconf 2.69. Invocation command line was
1689016890

1689116891
CONFIG_FILES = $CONFIG_FILES
@@ -16951,7 +16951,7 @@ _ACEOF
1695116951
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1695216952
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1695316953
ac_cs_version="\\
16954-
ffms2 config.status 2.19.2
16954+
ffms2 config.status 2.20.0
1695516955
configured by $0, generated by GNU Autoconf 2.69,
1695616956
with options \\"\$ac_cs_config\\"
1695716957

include/ffms.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define FFMS_H
2323

2424
// Version format: major - minor - micro - bump
25-
#define FFMS_VERSION ((2 << 24) | (19 << 16) | (2 << 8) | 0)
25+
#define FFMS_VERSION ((2 << 24) | (20 << 16) | (0 << 8) | 0)
2626

2727
#include <stdint.h>
2828

0 commit comments

Comments
 (0)