mirror of https://github.com/BOINC/boinc.git
Boinc release 2.11 for windows, Linux, solaris 7 (2.7) and solaris 8 (2.8)
svn path=/trunk/boinc/; revision=2697
This commit is contained in:
parent
3a3d4b21eb
commit
1180ea6f8a
|
@ -7866,3 +7866,6 @@ David 25 Nov 2003
|
||||||
|
|
||||||
sched/
|
sched/
|
||||||
db_dump.C
|
db_dump.C
|
||||||
|
|
||||||
|
Gary 25 Nov 2003
|
||||||
|
- BOINC release 2.11 for windows, Linux, solaris2.7, solaris2.8
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.ac Revision: 1.59 .
|
# From configure.ac Revision: 1.60 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.57 for BOINC 2.11.
|
# Generated by GNU Autoconf 2.57 for BOINC 2.11.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Generated by db_def_to_py
|
||||||
MAX_BLOB_SIZE = 4096
|
MAX_BLOB_SIZE = 4096
|
||||||
TEAM_TYPE_CLUB = 1
|
TEAM_TYPE_CLUB = 1
|
||||||
TEAM_TYPE_COMPANY = 2
|
TEAM_TYPE_COMPANY = 2
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Berkeley Open Infrastructure for Network Computing (BOINC), version 2.10
|
Berkeley Open Infrastructure for Network Computing (BOINC), version 2.11
|
||||||
|
|
||||||
License Agreement
|
License Agreement
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Berkeley Open Infrastructure for Network Computing (BOINC), version 2.10
|
Berkeley Open Infrastructure for Network Computing (BOINC), version 2.11
|
||||||
README
|
README
|
||||||
|
|
||||||
Not much to read yet. This will be filled in later.
|
Not much to read yet. This will be filled in later.
|
Loading…
Reference in New Issue