We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da477c1 commit b9d7b07Copy full SHA for b9d7b07
curses.h
@@ -39,10 +39,10 @@ Defined by this header:
39
/* the 'endwin_*' #defines below should be updated. */
40
#define PDC_VER_MAJOR 4
41
#define PDC_VER_MINOR 3
42
-#define PDC_VER_CHANGE 5
+#define PDC_VER_CHANGE 6
43
#define PDC_VER_YEAR 2023
44
-#define PDC_VER_MONTH 03
45
-#define PDC_VER_DAY 04
+#define PDC_VER_MONTH 04
+#define PDC_VER_DAY 12
46
47
#define PDC_STRINGIZE( x) #x
48
#define PDC_stringize( x) PDC_STRINGIZE( x)
docs/HISTORY.md
@@ -1,5 +1,5 @@
1
-PDCursesMod as of 2023 April 10
2
-===============================
+PDCursesMod 4.3.6 - 2023 April 12
+=================================
3
4
Minor new features
5
------------------
0 commit comments