Skip to content

Commit

Permalink
Update version constants and file dates in curses.h and HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Apr 12, 2023
1 parent da477c1 commit b9d7b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Defined by this header:
/* the 'endwin_*' #defines below should be updated. */
#define PDC_VER_MAJOR 4
#define PDC_VER_MINOR 3
#define PDC_VER_CHANGE 5
#define PDC_VER_CHANGE 6
#define PDC_VER_YEAR 2023
#define PDC_VER_MONTH 03
#define PDC_VER_DAY 04
#define PDC_VER_MONTH 04
#define PDC_VER_DAY 12

#define PDC_STRINGIZE( x) #x
#define PDC_stringize( x) PDC_STRINGIZE( x)
Expand Down
4 changes: 2 additions & 2 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PDCursesMod as of 2023 April 10
===============================
PDCursesMod 4.3.6 - 2023 April 12
=================================

Minor new features
------------------
Expand Down

0 comments on commit b9d7b07

Please sign in to comment.