PR #21406 opened by VannHarl URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21406 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21406.patch
>From 41342aea221c540ad7def17893ea2d94fab4f5aa Mon Sep 17 00:00:00 2001 From: Vann Harl <[email protected]> Date: Wed, 7 Jan 2026 14:53:20 +0100 Subject: [PATCH] configure: bump CONFIG_THIS_YEAR to 2026 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 38cbfd3d1b..998b0292b8 100755 --- a/configure +++ b/configure @@ -8521,7 +8521,7 @@ cat > $TMPH <<EOF #define FFMPEG_CONFIG_H #define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)" #define FFMPEG_LICENSE "$(c_escape $license)" -#define CONFIG_THIS_YEAR 2025 +#define CONFIG_THIS_YEAR 2026 #define FFMPEG_DATADIR "$(eval c_escape $datadir)" #define AVCONV_DATADIR "$(eval c_escape $datadir)" #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})" -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
