mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Upgraded version numbers. (No, it's not that time yet.)
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -10,7 +10,7 @@
|
||||
directory where you unpacked PDCurses. (Skip this step if you're
|
||||
using LCC-Win32.) For example:
|
||||
|
||||
set PDCURSES_SRCDIR=c:\pdcurs27
|
||||
set PDCURSES_SRCDIR=c:\pdcurs28
|
||||
|
||||
. In the subdirectory for each OS, you'll find a number of ".mak"
|
||||
files, one for each supported compiler:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# $Id: PDCurses.spec,v 1.7 2005/12/29 03:05:45 wmcbrine Exp $
|
||||
# $Id: PDCurses.spec,v 1.8 2006/02/10 19:06:20 wmcbrine Exp $
|
||||
|
||||
%define ver 27
|
||||
%define verdot 2.7
|
||||
%define ver 28
|
||||
%define verdot 2.8
|
||||
%define base /usr
|
||||
|
||||
Summary: Public Domain Curses for X11
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_newdemo =
|
||||
"$Id: newdemo.c,v 1.22 2006/02/05 23:54:31 wmcbrine Exp $";
|
||||
"$Id: newdemo.c,v 1.23 2006/02/10 19:06:22 wmcbrine Exp $";
|
||||
#endif
|
||||
|
||||
int WaitForUser(void);
|
||||
@@ -348,7 +348,7 @@ int main(int argc, char **argv)
|
||||
init_pair(5, COLOR_BLUE, COLOR_WHITE);
|
||||
wattrset(win, COLOR_PAIR(5) | A_BLINK);
|
||||
mvwaddstr(win, height - 2, 3,
|
||||
" PDCurses 2.7 for DOS, OS/2, X11 and Win32");
|
||||
" PDCurses 2.8 for DOS, OS/2, X11 and Win32");
|
||||
wrefresh(win);
|
||||
|
||||
/* Draw running messages */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
LIBRARY CURSES
|
||||
|
||||
DESCRIPTION 'PDcurses 2.7 Dynamic Linking library'
|
||||
DESCRIPTION 'PDCurses 2.8 Dynamic Linking library'
|
||||
|
||||
PROTMODE
|
||||
|
||||
|
||||
@@ -44,10 +44,10 @@
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
const char *rcsid_initscr =
|
||||
"$Id: initscr.c,v 1.31 2006/02/10 17:55:28 wmcbrine Exp $";
|
||||
"$Id: initscr.c,v 1.32 2006/02/10 19:06:23 wmcbrine Exp $";
|
||||
#endif
|
||||
|
||||
const char *_curses_notice = "PDCurses 2.7b - Public Domain 2006";
|
||||
const char *_curses_notice = "PDCurses 2.8 - Public Domain 2006";
|
||||
|
||||
SCREEN *SP = (SCREEN*)NULL; /* curses variables */
|
||||
WINDOW *curscr = (WINDOW *)NULL; /* the current screen image */
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "winver.h"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 2,7,0,0
|
||||
PRODUCTVERSION 2,7,0,0
|
||||
FILEVERSION 2,8,0,0
|
||||
PRODUCTVERSION 2,8,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0x0L
|
||||
FILEOS VOS_UNKNOWN
|
||||
@@ -15,12 +15,12 @@ BEGIN
|
||||
BEGIN
|
||||
VALUE "Maintainer", "William McBrine\0"
|
||||
VALUE "FileDescription", "Public Domain Curses\0"
|
||||
VALUE "FileVersion", "2.7.0\0"
|
||||
VALUE "FileVersion", "2.8.0\0"
|
||||
VALUE "InternalName", "PDCurses\0"
|
||||
VALUE "LegalCopyright", "Public Domain\0"
|
||||
VALUE "OriginalFilename", "CURSES.DLL\0"
|
||||
VALUE "ProductName", "Public Domain Curses Library\0"
|
||||
VALUE "ProductVersion", "2.7.0\0"
|
||||
VALUE "ProductVersion", "2.8.0\0"
|
||||
END
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user