Skip to content

Commit

Permalink
[RUNTIME CHANGES NEEDED FOR v4.7.5] Changed version of runtime using …
Browse files Browse the repository at this point in the history
…misc/changev
  • Loading branch information
feeley committed Apr 20, 2015
1 parent 44d6488 commit 49a4d74
Show file tree
Hide file tree
Showing 57 changed files with 182,030 additions and 168,608 deletions.
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Gambit-C v4.7.4.
# Generated by GNU Autoconf 2.69 for Gambit-C v4.7.5.
#
# Report bugs to <gambit@iro.umontreal.ca>.
#
Expand Down Expand Up @@ -581,9 +581,9 @@ MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='Gambit-C'
PACKAGE_TARNAME='gambc-v4_7_4'
PACKAGE_VERSION='v4.7.4'
PACKAGE_STRING='Gambit-C v4.7.4'
PACKAGE_TARNAME='gambc-v4_7_5'
PACKAGE_VERSION='v4.7.5'
PACKAGE_STRING='Gambit-C v4.7.5'
PACKAGE_BUGREPORT='gambit@iro.umontreal.ca'
PACKAGE_URL=''

Expand Down Expand Up @@ -1502,7 +1502,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 Gambit-C v4.7.4 to adapt to many kinds of systems.
\`configure' configures Gambit-C v4.7.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1550,7 +1550,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/gambc-v4_7_4]
--docdir=DIR documentation root [DATAROOTDIR/doc/gambc-v4_7_5]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
Expand All @@ -1572,7 +1572,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Gambit-C v4.7.4:";;
short | recursive ) echo "Configuration of Gambit-C v4.7.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1739,7 +1739,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Gambit-C configure v4.7.4
Gambit-C configure v4.7.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2422,7 +2422,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 Gambit-C $as_me v4.7.4, which was
It was created by Gambit-C $as_me v4.7.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -13962,7 +13962,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Gambit-C $as_me v4.7.4, which was
This file was extended by Gambit-C $as_me v4.7.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14024,7 +14024,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
Gambit-C config.status v4.7.4
Gambit-C config.status v4.7.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Process this file with autoconf to produce a configure script.

AC_INIT(Gambit-C,v4.7.4,gambit@iro.umontreal.ca,gambc-v4_7_4)
AC_INIT(Gambit-C,v4.7.5,gambit@iro.umontreal.ca,gambc-v4_7_5)

AC_CONFIG_HEADERS(include/config.h)

Expand Down
2 changes: 1 addition & 1 deletion contrib/GambitREPL/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ @implementation ViewController
* ___VERSION must match the version number of the Gambit header file.
*/

#define ___VERSION 407004
#define ___VERSION 407005
#include "gambit.h"

/*
Expand Down
2 changes: 1 addition & 1 deletion examples/pthread/pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* ___VERSION must match the version number of the Gambit header file.
*/

#define ___VERSION 407004
#define ___VERSION 407005
#include "gambit.h"

/*
Expand Down
Loading

0 comments on commit 49a4d74

Please sign in to comment.