From c53aa2bbec119656d1c1cbf7a17560434d09308d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 17 Jun 2004 23:01:59 +0000 Subject: [PATCH] version 3.13 svn path=/trunk/boinc/; revision=3651 --- aclocal.m4 | 4 ++-- client/win/win_config.h | 6 +++--- configure | 32 ++++++++++++++++---------------- configure.ac | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index cf7d09963b..fc1876292d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1104,8 +1104,8 @@ AC_DEFUN([SAH_HEADER_STDCXX],[ # # Revision Log: # $Log$ -# Revision 1.112 2004/06/17 22:08:55 boincadm -# version 3.12 +# Revision 1.113 2004/06/17 23:01:54 boincadm +# version 3.13 # # Revision 1.1 2003/12/11 18:38:24 korpela # Added checked macro files into boinc diff --git a/client/win/win_config.h b/client/win/win_config.h index d40ca9d7e3..f088944d01 100644 --- a/client/win/win_config.h +++ b/client/win/win_config.h @@ -1,4 +1,4 @@ #define MAJOR_VERSION 3 -#define MINOR_VERSION 12 -#define PACKAGE_VERSION "3.12" -#define VERSION "3.12" +#define MINOR_VERSION 13 +#define PACKAGE_VERSION "3.13" +#define VERSION "3.13" diff --git a/configure b/configure index 1d6fde5869..afa13d3d2a 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac Revision: 1.96 . +# From configure.ac Revision: 1.97 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.57 for BOINC 3.12. +# Generated by GNU Autoconf 2.57 for BOINC 3.13. # # 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='3.12' -PACKAGE_STRING='BOINC 3.12' +PACKAGE_VERSION='3.13' +PACKAGE_STRING='BOINC 3.13' 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 3.12 to adapt to many kinds of systems. +\`configure' configures BOINC 3.13 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 3.12:";; + short | recursive ) echo "Configuration of BOINC 3.13:";; esac cat <<\_ACEOF @@ -972,7 +972,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -BOINC configure 3.12 +BOINC configure 3.13 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 3.12, which was +It was created by BOINC $as_me 3.13, 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 3.12 ---" +echo "--- Configuring BOINC 3.13 ---" 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=3.12 + VERSION=3.13 cat >>confdefs.h <<_ACEOF @@ -1826,9 +1826,9 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -MAJOR_VERSION=`echo 3.12 | sed 's/\..*//'` +MAJOR_VERSION=`echo 3.13 | sed 's/\..*//'` -MINOR_VERSION=`echo 3.12 | sed 's/.*\.0*//'` +MINOR_VERSION=`echo 3.13 | sed 's/.*\.0*//'` @@ -1846,7 +1846,7 @@ cat >>confdefs.h <<_ACEOF #define HOSTTYPE "$host" _ACEOF -CLIENT_BIN_FILENAME=boinc_3.12_$host${EXEEXT} +CLIENT_BIN_FILENAME=boinc_3.13_$host${EXEEXT} TOP_BUILD_DIR=`pwd` @@ -8274,7 +8274,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by BOINC $as_me 3.12, which was +This file was extended by BOINC $as_me 3.13, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8337,7 +8337,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -BOINC config.status 3.12 +BOINC config.status 3.13 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -9252,7 +9252,7 @@ if test "$no_create" != yes; then fi -echo "--- Configured BOINC 3.12 ---" +echo "--- Configured BOINC 3.13 ---" true || $TOP_SOURCE_DIR/test/test_sanity.py || ( diff --git a/configure.ac b/configure.ac index a9bf9b8730..d3bffd9d22 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 3.12) +AC_INIT(BOINC, 3.13) echo "--- Configuring BOINC AC_PACKAGE_VERSION ---"