*** empty log message ***

svn path=/trunk/boinc/; revision=2961
This commit is contained in:
David Anderson 2004-02-04 23:25:43 +00:00
parent 73ee790545
commit 8327ffbc21
6 changed files with 29 additions and 26 deletions

2
aclocal.m4 vendored
View File

@ -1104,7 +1104,7 @@ AC_DEFUN([SAH_HEADER_STDCXX],[
#
# Revision Log:
# $Log$
# Revision 1.65 2004/02/03 01:04:38 davea
# Revision 1.66 2004/02/04 23:25:38 davea
# *** empty log message ***
#
# Revision 1.1 2003/12/11 18:38:24 korpela

View File

@ -284,7 +284,7 @@ IDI_ICONWARNING ICON "res\\iconwarning.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,23,0
FILEVERSION 2,0,24,0
PRODUCTVERSION 2,15,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
@ -302,12 +302,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Space Sciences Laboratory"
VALUE "FileDescription", "boinc_gui"
VALUE "FileVersion", "2, 0, 23, 0"
VALUE "FileVersion", "2, 0, 24, 0\0"
VALUE "InternalName", "boinc_gui"
VALUE "LegalCopyright", "Copyright © 2004 University of California"
VALUE "OriginalFilename", "boinc_gui.exe"
VALUE "ProductName", "BOINC Core Client"
VALUE "ProductVersion", "2, 0, 23, 0"
VALUE "ProductVersion", "2, 0, 24, 0\0"
END
END
BLOCK "VarFileInfo"

View File

@ -1,4 +1,4 @@
#define MAJOR_VERSION 2
#define MINOR_VERSION 23
#define PACKAGE_VERSION "2.23"
#define VERSION "2.23"
#define MINOR_VERSION 24
#define PACKAGE_VERSION "2.24"
#define VERSION "2.24"

32
configure vendored
View File

@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Revision: 1.71 .
# From configure.ac Revision: 1.72 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 2.23.
# Generated by GNU Autoconf 2.57 for BOINC 2.24.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
@ -287,8 +287,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='BOINC'
PACKAGE_TARNAME='boinc'
PACKAGE_VERSION='2.23'
PACKAGE_STRING='BOINC 2.23'
PACKAGE_VERSION='2.24'
PACKAGE_STRING='BOINC 2.24'
PACKAGE_BUGREPORT=''
ac_unique_file="lib/shmem.C"
@ -814,7 +814,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 BOINC 2.23 to adapt to many kinds of systems.
\`configure' configures BOINC 2.24 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -881,7 +881,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of BOINC 2.23:";;
short | recursive ) echo "Configuration of BOINC 2.24:";;
esac
cat <<\_ACEOF
@ -972,7 +972,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
BOINC configure 2.23
BOINC configure 2.24
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@ -1007,7 +1007,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by BOINC $as_me 2.23, which was
It was created by BOINC $as_me 2.24, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@ -1344,7 +1344,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
echo "--- Configuring BOINC 2.23 ---"
echo "--- Configuring BOINC 2.24 ---"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
@ -1693,7 +1693,7 @@ fi
# Define the identity of the package.
PACKAGE=boinc
VERSION=2.23
VERSION=2.24
cat >>confdefs.h <<_ACEOF
@ -1826,9 +1826,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
MAJOR_VERSION=`echo 2.23 | sed 's/\..*//'`
MAJOR_VERSION=`echo 2.24 | sed 's/\..*//'`
MINOR_VERSION=`echo 2.23 | sed 's/.*\.0*//'`
MINOR_VERSION=`echo 2.24 | sed 's/.*\.0*//'`
@ -1846,7 +1846,7 @@ cat >>confdefs.h <<_ACEOF
#define HOSTTYPE "$host"
_ACEOF
CLIENT_BIN_FILENAME=boinc_2.23_$host${EXEEXT}
CLIENT_BIN_FILENAME=boinc_2.24_$host${EXEEXT}
TOP_BUILD_DIR=`pwd`
@ -8099,7 +8099,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
This file was extended by BOINC $as_me 2.23, which was
This file was extended by BOINC $as_me 2.24, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -8162,7 +8162,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
BOINC config.status 2.23
BOINC config.status 2.24
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@ -9077,7 +9077,7 @@ if test "$no_create" != yes; then
fi
echo "--- Configured BOINC 2.23 ---"
echo "--- Configured BOINC 2.24 ---"
true || $TOP_SOURCE_DIR/test/test_sanity.py || (

View File

@ -9,7 +9,7 @@ dnl not sure exactly what the minimum version is (but 2.13 won't work)
AC_PREREQ(2.57)
dnl Process this file with autoconf to produce a configure script.
AC_INIT(BOINC, 2.23)
AC_INIT(BOINC, 2.24)
echo "--- Configuring BOINC AC_PACKAGE_VERSION ---"

View File

@ -4,8 +4,11 @@ page_head("BOINC contact information");
echo "
<p>
The BOINC project is based at the Space Sciences Laboratory
at the University of California, Berkeley, and is led by
<a href=mailto:davea@ssl.berkeley.edu>Dr. David P. Anderson</a>.
at the University of California, Berkeley,
and is led by <a href=mailto:davea@ssl.berkeley.edu>Dr. David P. Anderson</a>.
<p>
If you have problems with the BOINC software for Windows please email
<a href=mailto:walton_rom@msn.com>Rom Walton</a>.
<p>
BOINC developers include:
<p>