Skip to content

Commit 993542b

Browse files
committed
Marked current code as version 4.5.4 (from 4.5.3)
1 parent 7fb4118 commit 993542b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

curses.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Defined by this header:
4242
/* the 'endwin_*' #defines below should be updated. */
4343
#define PDC_VER_MAJOR 4
4444
#define PDC_VER_MINOR 5
45-
#define PDC_VER_CHANGE 3
45+
#define PDC_VER_CHANGE 4
4646
#define PDC_VER_YEAR 2026
4747
#define PDC_VER_MONTH 01
48-
#define PDC_VER_DAY 06
48+
#define PDC_VER_DAY 07
4949

5050
#define PDC_STRINGIZE( x) #x
5151
#define PDC_stringize( x) PDC_STRINGIZE( x)

docs/HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Generally speaking, this history mentions only the more significant
22
changes. See the git log for full details.
33

4-
Current PDCursesMod - 2026 January 06
5-
=====================================
4+
PDCursesMod 4.5.4 - 2026 January 07
5+
===================================
66

77
Minor new features
88
------------------

0 commit comments

Comments
 (0)