Skip to content

Commit b4f5526

Browse files
committed
Bump version for v2.7.0 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 81121a4 commit b4f5526

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44
All relevant changes to the project are documented in this file.
55

66

7-
[v2.7.0][UNRELEASED]
7+
[v2.7.0][] - 2025-01-06
88
-----------------------
99

1010
### Changes
@@ -658,7 +658,8 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
658658
- Several bugfixes and improvements, please refer to the .c files
659659

660660

661-
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.6.2...HEAD
661+
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.7.0...HEAD
662+
[v2.7.0]: https://github.com/troglobit/sysklogd/compare/v2.6.2...v2.7.0
662663
[v2.6.2]: https://github.com/troglobit/sysklogd/compare/v2.6.1...v2.6.2
663664
[v2.6.1]: https://github.com/troglobit/sysklogd/compare/v2.6.0...v2.6.1
664665
[v2.6.0]: https://github.com/troglobit/sysklogd/compare/v2.5.2...v2.6.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2626
# SUCH DAMAGE.
2727

28-
AC_INIT([sysklogd], [2.7.0-rc1],
28+
AC_INIT([sysklogd], [2.7.0],
2929
[https://github.com/troglobit/sysklogd/issues],,
3030
[https://github.com/troglobit/sysklogd])
3131
AC_CONFIG_AUX_DIR(aux)

0 commit comments

Comments
 (0)