Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
* Use actual terminal background color (instead of black) as background color (pr #31)
* Define minimum gettext version instead of exact one (pr #32)
* Require gettext 0.20
* Add Japanese translation (pr #40)
* Minor code change
  • Loading branch information
jubalh committed Nov 20, 2020
1 parent 1651f5a commit 0efc861
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Unreleased
2.0.0 to 2.1.0 (2020-11-20)
* Use actual terminal background color (instead of black) as background
color (pr #31)
* Define minimux gettext version instead of exact one (pr #32)
* Define minimum gettext version instead of exact one (pr #32)
* Require gettext 0.20
* Add Japanese translation (pr #40)
* Minor code change

1.0.0 to 2.0.0 (2019-07-30)
* Translation support
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.0.0], [jubalh@iodoru.org])
AC_INIT([nudoku], [2.1.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 "11 April 2019" "2.0.0" "nudoku man page"
.TH man 6 "20 November 2020" "2.1.0" "nudoku man page"
.SH NAME
nudoku \- ncurses based sudoku game
.SH SYNOPSIS
Expand Down

0 comments on commit 0efc861

Please sign in to comment.