Browse code

configure: bump year

Happy new year!

(cherry picked from commit 3209d7b3930bab554bf7d97d8041d9d0b88423a8)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

James Almer authored on 2019/01/02 03:26:31
Showing 1 changed files
... ...
@@ -6703,7 +6703,7 @@ cat > $TMPH <<EOF
6703 6703
 #define FFMPEG_CONFIG_H
6704 6704
 #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
6705 6705
 #define FFMPEG_LICENSE "$(c_escape $license)"
6706
-#define CONFIG_THIS_YEAR 2018
6706
+#define CONFIG_THIS_YEAR 2019
6707 6707
 #define FFMPEG_DATADIR "$(eval c_escape $datadir)"
6708 6708
 #define AVCONV_DATADIR "$(eval c_escape $datadir)"
6709 6709
 #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"