Skip to content

Commit 1b07764

Browse files
committed
Prepare for 0.6 release.
1 parent b92a2fd commit 1b07764

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Alexandre Rostovtsev <[email protected]> wrote openrc-settings
22
Pierre Labastie <[email protected]> extracted and amended blocaled
3+
Douglas R. Reno <[email protected]> provided bug fixes

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blocaled
22
--------
3-
xxxx-xx-xx: version 0.6
3+
2024-08-05: version 0.6
44
Feature release
55
* fix: Fix compiler warnings regarding dangling elses
66
* fix: Fix compiler warnings regarding unused variables

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([blocaled], [0.5], [https://github.com/lfs-book/blocaled/issues], [blocaled], [https://github.com/lfs-book/blocaled])
2+
AC_INIT([blocaled], [0.6], [https://github.com/lfs-book/blocaled/issues], [blocaled], [https://github.com/lfs-book/blocaled])
33
AC_CONFIG_SRCDIR([src/main.c])
44
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz])
55
AC_PROG_CC

0 commit comments

Comments
 (0)