From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id A797A40FCE for ; Tue, 14 Jun 2022 00:03:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A06F968B5D7; Tue, 14 Jun 2022 03:03:55 +0300 (EEST) Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0B04568B4A1 for ; Tue, 14 Jun 2022 03:03:49 +0300 (EEST) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zanevaniperen.com; s=key1; t=1655165027; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=XSwg+fwfcI368ykGJmu++kxsJmI8Pn2AcnJVr4BvV10=; b=fI+KUZg/n+vPv6sfsZob3HSQ+cljXpViFy9sZ2MqrjWgcr1r/oOUsXqnS28rOsLhHTYHEx STXk/MbVOw/WlHwUFFcLFL5WYtgZkXDG3vj2XIUNSYD7EyE1KtbRtXd/kABCVGd5Yp5eSI mj1eGPi9R8BpTyzLOM6ADteun/6+Sfr/PRTRumsIkQ3SQs7IHE1liQfnKtcKYQmBdC1OWe qiJPbuXpHCpy7tev77HlksyX7DvfeODWiSSZve2gfleOfqUfoc/C1j5waafI/eHnqbVstm 4w/lV7iZZ3oXL4/ISfqmEP/03OBmykxfaSZZEBTETa183k+bOOIQMou47PGjgw== From: Zane van Iperen To: ffmpeg-devel@ffmpeg.org Date: Tue, 14 Jun 2022 10:03:33 +1000 Message-Id: <20220614000334.547012-1-zane@zanevaniperen.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: zanevaniperen.com Subject: [FFmpeg-devel] [PATCH 1/2] avutil/version: 57.26.100 -> 57.27.100 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Forgot to bump after the uuid patches. Signed-off-by: Zane van Iperen --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/version.h b/libavutil/version.h index 2c7f4f6b37..2e9e02dda8 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -79,7 +79,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 57 -#define LIBAVUTIL_VERSION_MINOR 26 +#define LIBAVUTIL_VERSION_MINOR 27 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ -- 2.36.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".