Skip to content

Commit 1ae139e

Browse files
author
Patrick Stephens
committed
bitbake: bump to v3.2.6
Signed-off-by: Patrick Stephens <pat@chronosphere.io>
1 parent 04a81b2 commit 1ae139e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
1616
SECTION = "net"
1717

1818
PR = "r0"
19-
PV = "3.2.5"
19+
PV = "3.2.6"
2020

2121
SRCREV = "v${PV}"
2222
SRC_URI = "git://github.com/fluent/fluent-bit.git;nobranch=1"

include/fluent-bit/flb_version.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* Fluent Bit
44
* ==========
5-
* Copyright (C) 2015-2024 The Fluent Bit Authors
5+
* Copyright (C) 2015-2025 The Fluent Bit Authors
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -81,7 +81,7 @@ static inline void flb_version_banner()
8181
fprintf(stderr,
8282
"%sFluent Bit v%s%s\n", bold_color, FLB_VERSION_STR, reset_color);
8383
#endif
84-
fprintf(stderr, "* %sCopyright (C) 2015-2024 The Fluent Bit Authors%s\n",
84+
fprintf(stderr, "* %sCopyright (C) 2015-2025 The Fluent Bit Authors%s\n",
8585
copyright_color, reset_color);
8686
fprintf(stderr, "* Fluent Bit is a CNCF sub-project under the "
8787
"umbrella of Fluentd\n");

0 commit comments

Comments
 (0)