Skip to content

Commit b9d7b07

Browse files
committed
Update version constants and file dates in curses.h and HISTORY.md
1 parent da477c1 commit b9d7b07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

curses.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Defined by this header:
3939
/* the 'endwin_*' #defines below should be updated. */
4040
#define PDC_VER_MAJOR 4
4141
#define PDC_VER_MINOR 3
42-
#define PDC_VER_CHANGE 5
42+
#define PDC_VER_CHANGE 6
4343
#define PDC_VER_YEAR 2023
44-
#define PDC_VER_MONTH 03
45-
#define PDC_VER_DAY 04
44+
#define PDC_VER_MONTH 04
45+
#define PDC_VER_DAY 12
4646

4747
#define PDC_STRINGIZE( x) #x
4848
#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,5 +1,5 @@
1-
PDCursesMod as of 2023 April 10
2-
===============================
1+
PDCursesMod 4.3.6 - 2023 April 12
2+
=================================
33

44
Minor new features
55
------------------

0 commit comments

Comments
 (0)