Updated version number.

This commit is contained in:
William McBrine
2018-01-12 12:33:57 -05:00
parent 32cffc9e08
commit 97d32e7dce
6 changed files with 10 additions and 10 deletions

View File

@@ -328,7 +328,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, 2,
" PDCurses 3.4 - DOS, OS/2, Windows, X11, SDL");
" PDCurses 3.5 - DOS, OS/2, Windows, X11, SDL");
wrefresh(win);
/* Draw running messages */

View File

@@ -95,7 +95,7 @@ initscr
char ttytype[128];
const char *_curses_notice = "PDCurses 3.4 - Public Domain 2008";
const char *_curses_notice = "PDCurses 3.5 - Public Domain 2018";
SCREEN *SP = (SCREEN*)NULL; /* curses variables */
WINDOW *curscr = (WINDOW *)NULL; /* the current screen image */

View File

@@ -1,4 +1,4 @@
# Version number macros for inclusion from makefiles
VER = 34
VERDOT = 3.4
VER = 35
VERDOT = 3.5

View File

@@ -1,8 +1,8 @@
#include "winver.h"
1 VERSIONINFO
FILEVERSION 3,4,0,0
PRODUCTVERSION 3,4,0,0
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,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", "3.4.0\0"
VALUE "FileVersion", "3.5.0\0"
VALUE "InternalName", "PDCurses\0"
VALUE "LegalCopyright", "Public Domain\0"
VALUE "OriginalFilename", "PDCURSES.DLL\0"
VALUE "ProductName", "Public Domain Curses Library\0"
VALUE "ProductVersion", "3.4.0\0"
VALUE "ProductVersion", "3.5.0\0"
END
END
END

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([PDCurses], [3.4], [wmcbrine@gmail.com], [PDCurses])
AC_INIT([PDCurses], [3.5], [wmcbrine@gmail.com], [PDCurses])
AC_CONFIG_SRCDIR([pdcx11.h])
AC_SUBST(prefix)

View File

@@ -4,7 +4,7 @@
# other packages, such as neon, libxml and gnome.
#
verdot=3.4
verdot=3.5
prefix=@prefix@
exec_prefix=@exec_prefix@