Update version numbers to 2.6

This commit is contained in:
Mark Hessling
2002-01-12 04:14:36 +00:00
parent a2b27012a3
commit d08df20675
14 changed files with 30 additions and 31 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -13,8 +13,8 @@
# PDCURSES_SRCDIR=c:\pdcurses
#
################################################################################
VER = 25
VERDOT=2.5
VER = 26
VERDOT=2.6
PDCURSES_HOME =$(PDCURSES_SRCDIR)
################################################################################

View File

@@ -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