Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Dec 21, 2023
1 parent feab0c8 commit 0fd68c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.0 to 3.0.0 (2023-12-21)
* Fix build failure with ncurses 6.3
* Add call to PKG_PROG_PKG_CONFIG and pkg-check ncurses libs #46
* Fix build with musl
* Add highlighting of user input #56
* Fix toggling marks removing solution #51

2.0.0 to 2.1.0 (2020-11-20)
* Use actual terminal background color (instead of black) as background
color (pr #31)
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], [2.1.0], [jubalh@iodoru.org])
AC_INIT([nudoku], [3.0.0], [jubalh@iodoru.org])
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 "20 November 2020" "2.1.0" "nudoku man page"
.TH man 6 "21 December 2023" "3.0.0" "nudoku man page"
.SH NAME
nudoku \- ncurses based sudoku game
.SH SYNOPSIS
Expand Down

0 comments on commit 0fd68c5

Please sign in to comment.