From 53c80a30bbc2f47d3f63651a4ba7f6dcc9d0b355 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 14 Jul 2006 18:11:56 +0000 Subject: [PATCH] Updated version number. --- INSTALL | 2 +- PDCurses.spec | 6 +++--- demos/newdemo.c | 4 ++-- os2/pdcurses.def | 2 +- pdcurses/initscr.c | 4 ++-- version | 4 ++-- win32/pdcurses.rc | 8 ++++---- x11/xcurses-config.in | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/INSTALL b/INSTALL index 682faf94..6b45171b 100644 --- a/INSTALL +++ b/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:\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: diff --git a/PDCurses.spec b/PDCurses.spec index 649c2719..d54b1949 100644 --- a/PDCurses.spec +++ b/PDCurses.spec @@ -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 diff --git a/demos/newdemo.c b/demos/newdemo.c index 2e88d0c6..84456739 100644 --- a/demos/newdemo.c +++ b/demos/newdemo.c @@ -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 @@ -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 */ diff --git a/os2/pdcurses.def b/os2/pdcurses.def index f74ac52e..2ee100cb 100644 --- a/os2/pdcurses.def +++ b/os2/pdcurses.def @@ -1,6 +1,6 @@ LIBRARY CURSES -DESCRIPTION 'PDCurses 2.8 Dynamic Linking library' +DESCRIPTION 'PDCurses 3.0 Dynamic Linking library' PROTMODE diff --git a/pdcurses/initscr.c b/pdcurses/initscr.c index 3af4aa0b..1b044ef6 100644 --- a/pdcurses/initscr.c +++ b/pdcurses/initscr.c @@ -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 */ diff --git a/version b/version index 5df0575a..006c550c 100644 --- a/version +++ b/version @@ -1,2 +1,2 @@ -VER=28 -VERDOT=2.8 +VER=30 +VERDOT=3.0 diff --git a/win32/pdcurses.rc b/win32/pdcurses.rc index b7d5303e..f6bc9285 100644 --- a/win32/pdcurses.rc +++ b/win32/pdcurses.rc @@ -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 diff --git a/x11/xcurses-config.in b/x11/xcurses-config.in index 9bd5b925..aba4350d 100644 --- a/x11/xcurses-config.in +++ b/x11/xcurses-config.in @@ -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@