Updated version number.

This commit is contained in:
William McBrine
2007-06-17 18:48:54 +00:00
parent ed20eb0e90
commit cb5d227748
8 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
# $Id: PDCurses.spec,v 1.14 2007/05/07 02:31:15 wmcbrine Exp $
# $Id: PDCurses.spec,v 1.15 2007/06/17 18:48:53 wmcbrine Exp $
%define ver 32
%define verdot 3.2
%define ver 33
%define verdot 3.3
%define base /usr
Summary: Public Domain Curses for X11

18
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for PDCurses 3.2.
# Generated by GNU Autoconf 2.61 for PDCurses 3.3.
#
# 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.2'
PACKAGE_STRING='PDCurses 3.2'
PACKAGE_VERSION='3.3'
PACKAGE_STRING='PDCurses 3.3'
PACKAGE_BUGREPORT='wmcbrine@users.sf.net'
ac_unique_file="curspriv.h"
@@ -1211,7 +1211,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.2 to adapt to many kinds of systems.
\`configure' configures PDCurses 3.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1281,7 +1281,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of PDCurses 3.2:";;
short | recursive ) echo "Configuration of PDCurses 3.3:";;
esac
cat <<\_ACEOF
@@ -1376,7 +1376,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
PDCurses configure 3.2
PDCurses configure 3.3
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1390,7 +1390,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.2, which was
It was created by PDCurses $as_me 3.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -5915,7 +5915,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.2, which was
This file was extended by PDCurses $as_me 3.3, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5964,7 +5964,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
PDCurses config.status 3.2
PDCurses config.status 3.3
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View File

@@ -1,7 +1,7 @@
dnl $Id: configure.ac,v 1.30 2007/05/26 03:48:23 wmcbrine Exp $
dnl $Id: configure.ac,v 1.31 2007/06/17 18:48:53 wmcbrine Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT([PDCurses], [3.2], [wmcbrine@users.sf.net], [PDCurses])
AC_INIT([PDCurses], [3.3], [wmcbrine@users.sf.net], [PDCurses])
AC_CONFIG_SRCDIR([curspriv.h])
AC_SUBST(prefix)

View File

@@ -1,6 +1,6 @@
LIBRARY PDCURSES
DESCRIPTION 'PDCurses 3.2 Dynamic Linking library'
DESCRIPTION 'PDCurses 3.3 Dynamic Linking library'
PROTMODE

View File

@@ -13,7 +13,7 @@
#include <curspriv.h>
RCSID("$Id: initscr.c,v 1.106 2007/06/14 14:11:30 wmcbrine Exp $")
RCSID("$Id: initscr.c,v 1.107 2007/06/17 18:48:54 wmcbrine Exp $")
/*man-start**************************************************************
@@ -100,7 +100,7 @@ RCSID("$Id: initscr.c,v 1.106 2007/06/14 14:11:30 wmcbrine Exp $")
char ttytype[128];
const char *_curses_notice = "PDCurses 3.2 - Public Domain 2007";
const char *_curses_notice = "PDCurses 3.3 - Public Domain 2007";
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 = 32
VERDOT = 3.2
VER = 33
VERDOT = 3.3

View File

@@ -1,8 +1,8 @@
#include "winver.h"
1 VERSIONINFO
FILEVERSION 3,2,0,0
PRODUCTVERSION 3,2,0,0
FILEVERSION 3,3,0,0
PRODUCTVERSION 3,3,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.2.0\0"
VALUE "FileVersion", "3.3.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.2.0\0"
VALUE "ProductVersion", "3.3.0\0"
END
END
END

View File

@@ -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.4 2007/05/07 02:31:16 wmcbrine Exp $
# $Id: xcurses-config.in,v 1.5 2007/06/17 18:48:54 wmcbrine Exp $
#
verdot=3.2
verdot=3.3
prefix=@prefix@
exec_prefix=@exec_prefix@