Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Aug 27, 2024
1 parent 61252a9 commit 087261e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.0.1 to 5.0.0 (2024-08-27)
* Add Ukrainian translation (pr #62)
* Don't create ambiguous games are generated (#50, pr#63)
* Allow to pause game (#47, pr #65)

4.0.0 to 4.0.1 (2024-05-06)
* Add macOS CI (pr #60)
* Fix variable scope (pr #59)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([nudoku], [4.0.1], [[email protected]])
AC_INIT([nudoku], [5.0.0], [[email protected]])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign])

Expand Down
2 changes: 1 addition & 1 deletion man/nudoku.6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for nudoku.
.TH man 6 "06 May 2024" "4.0.1" "nudoku man page"
.TH man 6 "27 August 2024" "5.0.0" "nudoku man page"
.SH NAME
nudoku \- ncurses based sudoku game
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static int g_undo_stack_index = 0;
static void print_version(void)
{
printf("nudoku version " VERSION "\n\n\
Copyright (C) Michael Vetter 2014 - 2020\n\
Copyright (C) Michael Vetter 2014 - 2024\n\
License GPLv3+: GNU GPL version 3 or later.\n\
This is free software, you are free to modify and redistribute it.\n");
#ifdef DEBUG
Expand Down

0 comments on commit 087261e

Please sign in to comment.