Skip to content

Commit

Permalink
Version change from 4.3.2 to 4.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed May 26, 2022
1 parent d97b6a4 commit 7a58c20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions curses.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Defined by this header:
#define PDC_BUILD (PDC_VER_MAJOR*1000 + PDC_VER_MINOR *100 + PDC_VER_CHANGE)
#define PDC_VER_MAJOR 4
#define PDC_VER_MINOR 3
#define PDC_VER_CHANGE 2
#define PDC_VER_CHANGE 3
#define PDC_VER_YEAR 2022
#define PDC_VER_MONTH 05
#define PDC_VER_DAY 22
#define PDC_VER_DAY 25

#define PDC_STRINGIZE( x) #x
#define PDC_stringize( x) PDC_STRINGIZE( x)
Expand Down
10 changes: 5 additions & 5 deletions docs/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Changes up to 2022 Apr 03
=========================
PDCursesMod 4.3.3 - 2022 May 25
===============================

Major new features
------------------
Expand All @@ -13,9 +13,9 @@ Minor new features
------------------

- Clipboard handling is implemented in a common manner for DOS, DOSVGA,
VT, and framebuffer ports. This means the VT and framebuffer ports
actually store the clipboard text in a buffer and can retrieve it,
instead of basically doing nothing at all. 050b3532e1
VT, SDL1, and framebuffer ports. This means the VT and framebuffer
ports actually store the clipboard text in a buffer and can retrieve it,
instead of basically doing nothing at all. 050b3532e1 d97b6a4171

- Two new demos, 'mbrot' (Mandelbrot display, exercises some of the
more esoteric color/palette functions) and 'calendar' (shows a calendar).
Expand Down

0 comments on commit 7a58c20

Please sign in to comment.