From d08df2067535b5cbbe00a11dcf84927dc68cf82c Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Sat, 12 Jan 2002 04:14:36 +0000 Subject: [PATCH] Update version numbers to 2.6 --- dos/bccdos.mak | 4 ++-- dos/gccdos.mak | 4 ++-- dos/mscdos.mak | 5 ++--- dos/msvcdos.mak | 4 ++-- dos/wccdos16.mak | 4 ++-- dos/wccdos4g.mak | 4 ++-- os2/bccos2.mak | 4 ++-- os2/gccos2.mak | 4 ++-- os2/iccos2.mak | 4 ++-- os2/wccos2.mak | 4 ++-- win32/bccwin32.mak | 4 ++-- win32/pdcurses.rc | 8 ++++---- win32/vcwin32.mak | 4 ++-- win32/wccwin32.mak | 4 ++-- 14 files changed, 30 insertions(+), 31 deletions(-) diff --git a/dos/bccdos.mak b/dos/bccdos.mak index 588f9cad..61aa08ed 100644 --- a/dos/bccdos.mak +++ b/dos/bccdos.mak @@ -18,8 +18,8 @@ MODEL =l ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/dos/gccdos.mak b/dos/gccdos.mak index 14015d6a..0e02b1ec 100644 --- a/dos/gccdos.mak +++ b/dos/gccdos.mak @@ -18,8 +18,8 @@ CC_HOME =c:/djgpp ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h diff --git a/dos/mscdos.mak b/dos/mscdos.mak index be3c37cc..7615f849 100644 --- a/dos/mscdos.mak +++ b/dos/mscdos.mak @@ -19,9 +19,8 @@ SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 - +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/dos/msvcdos.mak b/dos/msvcdos.mak index 4c950f37..518a4213 100644 --- a/dos/msvcdos.mak +++ b/dos/msvcdos.mak @@ -19,8 +19,8 @@ SIZE =LARGE # one of LARGE, SMALL, MEDIUM, TINY, HUGE, COMPACT ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/dos/wccdos16.mak b/dos/wccdos16.mak index 5dd98fcb..31b15f74 100644 --- a/dos/wccdos16.mak +++ b/dos/wccdos16.mak @@ -18,8 +18,8 @@ MODEL =l ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/dos/wccdos4g.mak b/dos/wccdos4g.mak index a9adfc29..cb6678fa 100644 --- a/dos/wccdos4g.mak +++ b/dos/wccdos4g.mak @@ -17,8 +17,8 @@ CCINCDIR =k:\h ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/os2/bccos2.mak b/os2/bccos2.mak index ba974b0a..a9248084 100644 --- a/os2/bccos2.mak +++ b/os2/bccos2.mak @@ -18,8 +18,8 @@ CC_HOME =c:\bcos2 ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=24 -VERDOT=2.4 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/os2/gccos2.mak b/os2/gccos2.mak index acf9d24d..60ad3c78 100644 --- a/os2/gccos2.mak +++ b/os2/gccos2.mak @@ -20,8 +20,8 @@ CC_HOME =c:/emx ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h diff --git a/os2/iccos2.mak b/os2/iccos2.mak index 059d3ac4..e3275af6 100644 --- a/os2/iccos2.mak +++ b/os2/iccos2.mak @@ -17,8 +17,8 @@ CC_HOME =f:\ibmc ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/os2/wccos2.mak b/os2/wccos2.mak index 9e5d35c6..45091ea6 100644 --- a/os2/wccos2.mak +++ b/os2/wccos2.mak @@ -17,8 +17,8 @@ CCINCDIR =k:\h ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/win32/bccwin32.mak b/win32/bccwin32.mak index a9dc3a64..54f203b1 100644 --- a/win32/bccwin32.mak +++ b/win32/bccwin32.mak @@ -17,8 +17,8 @@ CC_HOME =f:\apps\bc4 ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h diff --git a/win32/pdcurses.rc b/win32/pdcurses.rc index 2a023f17..3ca32495 100644 --- a/win32/pdcurses.rc +++ b/win32/pdcurses.rc @@ -1,8 +1,8 @@ #include "winver.h" 1 VERSIONINFO - FILEVERSION 2,4,0,0 - PRODUCTVERSION 2,4,0,0 + FILEVERSION 2,6,0,0 + PRODUCTVERSION 2,6,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS VOS_UNKNOWN @@ -15,12 +15,12 @@ BEGIN BEGIN VALUE "Maintainer", "Mark Hessling\0" VALUE "FileDescription", "Public Domain Curses\0" - VALUE "FileVersion", "2.4.0\0" + VALUE "FileVersion", "2.6.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.4.0\0" + VALUE "ProductVersion", "2.6.0\0" END END END diff --git a/win32/vcwin32.mak b/win32/vcwin32.mak index 9f3fb5b9..5e497a32 100644 --- a/win32/vcwin32.mak +++ b/win32/vcwin32.mak @@ -13,8 +13,8 @@ # PDCURSES_SRCDIR=c:\pdcurses # ################################################################################ -VER = 25 -VERDOT=2.5 +VER = 26 +VERDOT=2.6 PDCURSES_HOME =$(PDCURSES_SRCDIR) ################################################################################ diff --git a/win32/wccwin32.mak b/win32/wccwin32.mak index b2e5de79..c2cb66ce 100644 --- a/win32/wccwin32.mak +++ b/win32/wccwin32.mak @@ -18,8 +18,8 @@ CCINCDIR =d:\h ################################################################################ # Nothing below here should required changing. ################################################################################ -VER=25 -VERDOT=2.5 +VER=26 +VERDOT=2.6 PDCURSES_CURSES_H =$(PDCURSES_HOME)\curses.h PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)\curspriv.h