Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump
@ 2022-04-23 19:38 Leo Izen
  2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 1/2] avcodec/version.h: bump version for Jpeg XL Leo Izen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leo Izen @ 2022-04-23 19:38 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Leo Izen

I missed the version.h bump when rebasing the Jpeg XL
patchset onto master. This should properly bump the minor
library versions.

Leo Izen (2):
  avcodec/version.h: bump version for Jpeg XL
  avformat/version.h: bump version for Jpeg XL

 libavcodec/version.h  | 2 +-
 libavformat/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FFmpeg-devel] [PATCH 1/2] avcodec/version.h: bump version for Jpeg XL
  2022-04-23 19:38 [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Leo Izen
@ 2022-04-23 19:38 ` Leo Izen
  2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 2/2] avformat/version.h: " Leo Izen
  2022-04-23 19:52 ` [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Jan Ekström
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Izen @ 2022-04-23 19:38 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Leo Izen

The version.h bump got missed with the Jpeg XL patchset. This should
bump the minor version in accordance with the contributing guidelines.
---
 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 26ee41eb1f..735c8b813c 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 
 #include "version_major.h"
 
-#define LIBAVCODEC_VERSION_MINOR  26
+#define LIBAVCODEC_VERSION_MINOR  27
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FFmpeg-devel] [PATCH 2/2] avformat/version.h: bump version for Jpeg XL
  2022-04-23 19:38 [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Leo Izen
  2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 1/2] avcodec/version.h: bump version for Jpeg XL Leo Izen
@ 2022-04-23 19:38 ` Leo Izen
  2022-04-23 19:52 ` [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Jan Ekström
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Izen @ 2022-04-23 19:38 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Leo Izen

The version.h bump got missed with the Jpeg XL patchset. This should
bump the minor version in accordance with the contributing guidelines.
---
 libavformat/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/version.h b/libavformat/version.h
index d8fc959f19..a8385d1a7b 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -31,7 +31,7 @@
 
 #include "version_major.h"
 
-#define LIBAVFORMAT_VERSION_MINOR  22
+#define LIBAVFORMAT_VERSION_MINOR  23
 #define LIBAVFORMAT_VERSION_MICRO 100
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump
  2022-04-23 19:38 [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Leo Izen
  2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 1/2] avcodec/version.h: bump version for Jpeg XL Leo Izen
  2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 2/2] avformat/version.h: " Leo Izen
@ 2022-04-23 19:52 ` Jan Ekström
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Ekström @ 2022-04-23 19:52 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

On Sat, Apr 23, 2022 at 10:39 PM Leo Izen <leo.izen@gmail.com> wrote:
>
> I missed the version.h bump when rebasing the Jpeg XL
> patchset onto master. This should properly bump the minor
> library versions.
>
> Leo Izen (2):
>   avcodec/version.h: bump version for Jpeg XL
>   avformat/version.h: bump version for Jpeg XL
>
>  libavcodec/version.h  | 2 +-
>  libavformat/version.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>

LGTM.

Will apply with the dot-h removed and modifying the wording to "bump
minor version".

Jan
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-23 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 19:38 [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Leo Izen
2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 1/2] avcodec/version.h: bump version for Jpeg XL Leo Izen
2022-04-23 19:38 ` [FFmpeg-devel] [PATCH 2/2] avformat/version.h: " Leo Izen
2022-04-23 19:52 ` [FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump Jan Ekström

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git