mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-07-15 05:24:48 +00:00
Updated version number. No, 3.4 is not necessarily imminent. But I'm
giving up on using the build number for smaller increments than the version number.
This commit is contained in:
@@ -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
|
||||
|
||||
18
configure
vendored
18
configure
vendored
@@ -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 <wmcbrine@users.sf.net>.
|
||||
#
|
||||
@@ -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 <bug-autoconf@gnu.org>."
|
||||
_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'`\\"
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
4
curses.h
4
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 */
|
||||
|
||||
@@ -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 <stdio.h>
|
||||
@@ -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 */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
LIBRARY PDCURSES
|
||||
|
||||
DESCRIPTION 'PDCurses 3.3 Dynamic Linking library'
|
||||
DESCRIPTION 'PDCurses 3.4 Dynamic Linking library'
|
||||
|
||||
PROTMODE
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <curspriv.h>
|
||||
|
||||
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 */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Version number macros for inclusion from makefiles
|
||||
|
||||
VER = 33
|
||||
VERDOT = 3.3
|
||||
VER = 34
|
||||
VERDOT = 3.4
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user