Updated version number.

This commit is contained in:
William McBrine
2006-07-14 18:11:56 +00:00
parent 545c0bea05
commit 53c80a30bb
8 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
directory where you unpacked PDCurses. (Skip this step if you're
using LCC-Win32.) For example:
set PDCURSES_SRCDIR=c:\pdcurs28
set PDCURSES_SRCDIR=c:\pdcurses
. In the subdirectory for each OS, you'll find a number of ".mak"
files, one for each supported compiler:

View File

@@ -1,7 +1,7 @@
# $Id: PDCurses.spec,v 1.11 2006/04/15 20:24:59 wmcbrine Exp $
# $Id: PDCurses.spec,v 1.12 2006/07/14 18:11:56 wmcbrine Exp $
%define ver 28
%define verdot 2.8
%define ver 30
%define verdot 3.0
%define base /usr
Summary: Public Domain Curses for X11

View File

@@ -4,7 +4,7 @@
*
* Hacks by jbuhler@cs.washington.edu on 12/29/96
*
* $Id: newdemo.c,v 1.29 2006/03/29 19:50:13 wmcbrine Exp $
* $Id: newdemo.c,v 1.30 2006/07/14 18:11:56 wmcbrine Exp $
*/
#include <stdio.h>
@@ -326,7 +326,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.8 for DOS, OS/2, X11 and Win32");
" PDCurses 3.0 for DOS, OS/2, X11 and Win32");
wrefresh(win);
/* Draw running messages */

View File

@@ -1,6 +1,6 @@
LIBRARY CURSES
DESCRIPTION 'PDCurses 2.8 Dynamic Linking library'
DESCRIPTION 'PDCurses 3.0 Dynamic Linking library'
PROTMODE

View File

@@ -38,9 +38,9 @@
# undef wnoutrefresh
#endif
RCSID("$Id: initscr.c,v 1.49 2006/07/14 06:27:32 wmcbrine Exp $");
RCSID("$Id: initscr.c,v 1.50 2006/07/14 18:11:56 wmcbrine Exp $");
const char *_curses_notice = "PDCurses 2.8 - Public Domain 2006";
const char *_curses_notice = "PDCurses 3.0 - Public Domain 2006";
SCREEN *SP = (SCREEN*)NULL; /* curses variables */
WINDOW *curscr = (WINDOW *)NULL; /* the current screen image */

View File

@@ -1,2 +1,2 @@
VER=28
VERDOT=2.8
VER=30
VERDOT=3.0

View File

@@ -1,8 +1,8 @@
#include "winver.h"
1 VERSIONINFO
FILEVERSION 2,8,0,0
PRODUCTVERSION 2,8,0,0
FILEVERSION 3,0,0,0
PRODUCTVERSION 3,0,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.8.0\0"
VALUE "FileVersion", "3.0.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.8.0\0"
VALUE "ProductVersion", "3.0.0\0"
END
END
END

View File

@@ -3,10 +3,10 @@
# The idea to this kind of setup info script was stolen from numerous
# other packages, such as neon, libxml and gnome.
#
# $Id: xcurses-config.in,v 1.1 2006/07/04 00:23:05 wmcbrine Exp $
# $Id: xcurses-config.in,v 1.2 2006/07/14 18:11:56 wmcbrine Exp $
#
verdot=2.8
verdot=3.0
prefix=@prefix@
exec_prefix=@exec_prefix@