diff --git a/NEWS.md b/NEWS.md index c208419..0de2f80 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,11 @@ # Major changes between releases -## Changes in version 0.5 (UNRELEASED) +## Changes in version 0.6 (UNRELEASED) -Released on 2024/05/XX. + +## Changes in version 0.5 + +Released on 2024/11/25. * Use more modern autotools macros. Bump the minimum autoconf version to 2.68 to support this change. diff --git a/configure.ac b/configure.ac index 0e5bc39..ad1d604 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ dnl THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT dnl (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE dnl OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([Lutok], [0.5], +AC_INIT([Lutok], [0.6], [testing@FreeBSD.org], [lutok], [https://github.com/freebsd/lutok/]) AC_PREREQ([2.68])