diff --git a/PDCurses.spec b/PDCurses.spec index c37cc8a0..0fb32a0d 100644 --- a/PDCurses.spec +++ b/PDCurses.spec @@ -1,7 +1,7 @@ -# $Id: PDCurses.spec,v 1.15 2007/06/17 18:48:53 wmcbrine Exp $ +# $Id: PDCurses.spec,v 1.16 2007/11/07 23:33:05 wmcbrine Exp $ -%define ver 33 -%define verdot 3.3 +%define ver 34 +%define verdot 3.4 %define base /usr Summary: Public Domain Curses for X11 diff --git a/configure b/configure index 4bffd2e4..5ec0252a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for PDCurses 3.3. +# Generated by GNU Autoconf 2.61 for PDCurses 3.4. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='PDCurses' PACKAGE_TARNAME='PDCurses' -PACKAGE_VERSION='3.3' -PACKAGE_STRING='PDCurses 3.3' +PACKAGE_VERSION='3.4' +PACKAGE_STRING='PDCurses 3.4' PACKAGE_BUGREPORT='wmcbrine@users.sf.net' ac_unique_file="curspriv.h" @@ -1209,7 +1209,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures PDCurses 3.3 to adapt to many kinds of systems. +\`configure' configures PDCurses 3.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1279,7 +1279,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PDCurses 3.3:";; + short | recursive ) echo "Configuration of PDCurses 3.4:";; esac cat <<\_ACEOF @@ -1374,7 +1374,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -PDCurses configure 3.3 +PDCurses configure 3.4 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1388,7 +1388,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by PDCurses $as_me 3.3, which was +It was created by PDCurses $as_me 3.4, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -5884,7 +5884,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by PDCurses $as_me 3.3, which was +This file was extended by PDCurses $as_me 3.4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5933,7 +5933,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -PDCurses config.status 3.3 +PDCurses config.status 3.4 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 5e197643..c9123edc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -dnl $Id: configure.ac,v 1.32 2007/06/23 22:59:13 wmcbrine Exp $ +dnl $Id: configure.ac,v 1.33 2007/11/07 23:33:05 wmcbrine Exp $ dnl Process this file with autoconf to produce a configure script. -AC_INIT([PDCurses], [3.3], [wmcbrine@users.sf.net], [PDCurses]) +AC_INIT([PDCurses], [3.4], [wmcbrine@users.sf.net], [PDCurses]) AC_CONFIG_SRCDIR([curspriv.h]) AC_SUBST(prefix) diff --git a/curses.h b/curses.h index 7e95e698..33292a53 100644 --- a/curses.h +++ b/curses.h @@ -11,7 +11,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: curses.h,v 1.289 2007/06/20 23:03:19 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.290 2007/11/07 23:33:05 wmcbrine Exp $ */ /*----------------------------------------------------------------------* * PDCurses * @@ -36,7 +36,7 @@ PDCurses portable platform definitions list: **man-end****************************************************************/ -#define PDC_BUILD 3301 +#define PDC_BUILD 3401 #define PDCURSES 1 /* PDCurses-only routines */ #define XOPEN 1 /* X/Open Curses routines */ #define SYSVcurses 1 /* System V Curses routines */ diff --git a/demos/newdemo.c b/demos/newdemo.c index 37a1362d..654f5d4a 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.37 2007/07/07 17:12:18 wmcbrine Exp $ + * $Id: newdemo.c,v 1.38 2007/11/07 23:33:05 wmcbrine Exp $ */ #include @@ -329,7 +329,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 3.3 - DOS, OS/2, Win32, X11, SDL"); + " PDCurses 3.4 - DOS, OS/2, Win32, X11, SDL"); wrefresh(win); /* Draw running messages */ diff --git a/os2/pdcurses.def b/os2/pdcurses.def index eddd3000..89f271ed 100644 --- a/os2/pdcurses.def +++ b/os2/pdcurses.def @@ -1,6 +1,6 @@ LIBRARY PDCURSES -DESCRIPTION 'PDCurses 3.3 Dynamic Linking library' +DESCRIPTION 'PDCurses 3.4 Dynamic Linking library' PROTMODE diff --git a/pdcurses/initscr.c b/pdcurses/initscr.c index bde97adc..09b99eaa 100644 --- a/pdcurses/initscr.c +++ b/pdcurses/initscr.c @@ -13,7 +13,7 @@ #include -RCSID("$Id: initscr.c,v 1.110 2007/10/13 19:53:49 wmcbrine Exp $") +RCSID("$Id: initscr.c,v 1.111 2007/11/07 23:33:06 wmcbrine Exp $") /*man-start************************************************************** @@ -103,7 +103,7 @@ RCSID("$Id: initscr.c,v 1.110 2007/10/13 19:53:49 wmcbrine Exp $") char ttytype[128]; -const char *_curses_notice = "PDCurses 3.3 - Public Domain 2007"; +const char *_curses_notice = "PDCurses 3.4 - Public Domain 2007"; SCREEN *SP = (SCREEN*)NULL; /* curses variables */ WINDOW *curscr = (WINDOW *)NULL; /* the current screen image */ diff --git a/version.mif b/version.mif index afc5bf1b..9ff7335b 100644 --- a/version.mif +++ b/version.mif @@ -1,4 +1,4 @@ # Version number macros for inclusion from makefiles -VER = 33 -VERDOT = 3.3 +VER = 34 +VERDOT = 3.4 diff --git a/win32/pdcurses.rc b/win32/pdcurses.rc index e60cab6b..1b8bba4b 100644 --- a/win32/pdcurses.rc +++ b/win32/pdcurses.rc @@ -1,8 +1,8 @@ #include "winver.h" 1 VERSIONINFO - FILEVERSION 3,3,0,0 - PRODUCTVERSION 3,3,0,0 + FILEVERSION 3,4,0,0 + PRODUCTVERSION 3,4,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.3.0\0" + VALUE "FileVersion", "3.4.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.3.0\0" + VALUE "ProductVersion", "3.4.0\0" END END END diff --git a/x11/xcurses-config.in b/x11/xcurses-config.in index 82d58287..55b4704c 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.5 2007/06/17 18:48:54 wmcbrine Exp $ +# $Id: xcurses-config.in,v 1.6 2007/11/07 23:33:07 wmcbrine Exp $ # -verdot=3.3 +verdot=3.4 prefix=@prefix@ exec_prefix=@exec_prefix@