We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb4118 commit 993542bCopy full SHA for 993542b
2 files changed
curses.h
@@ -42,10 +42,10 @@ Defined by this header:
42
/* the 'endwin_*' #defines below should be updated. */
43
#define PDC_VER_MAJOR 4
44
#define PDC_VER_MINOR 5
45
-#define PDC_VER_CHANGE 3
+#define PDC_VER_CHANGE 4
46
#define PDC_VER_YEAR 2026
47
#define PDC_VER_MONTH 01
48
-#define PDC_VER_DAY 06
+#define PDC_VER_DAY 07
49
50
#define PDC_STRINGIZE( x) #x
51
#define PDC_stringize( x) PDC_STRINGIZE( x)
docs/HISTORY.md
@@ -1,8 +1,8 @@
1
Generally speaking, this history mentions only the more significant
2
changes. See the git log for full details.
3
4
-Current PDCursesMod - 2026 January 06
5
-=====================================
+PDCursesMod 4.5.4 - 2026 January 07
+===================================
6
7
Minor new features
8
------------------
0 commit comments