mirror of https://github.com/BOINC/boinc.git
parent
06645cf789
commit
771c27e0d6
|
@ -1106,8 +1106,8 @@ AC_DEFUN([SAH_HEADER_STDCXX],[
|
|||
#
|
||||
# Revision Log:
|
||||
# $Log$
|
||||
# Revision 1.163 2004/11/05 19:38:06 davea
|
||||
# *** empty log message ***
|
||||
# Revision 1.164 2004/11/05 23:15:34 boincadm
|
||||
# version 4.55
|
||||
#
|
||||
# Revision 1.1 2003/12/11 18:38:24 korpela
|
||||
# Added checked macro files into boinc
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#define BOINC_MAJOR_VERSION 4
|
||||
#define BOINC_MINOR_VERSION 54
|
||||
#define BOINC_VERSION_STRING "4.54"
|
||||
#define BOINC_MINOR_VERSION 55
|
||||
#define BOINC_VERSION_STRING "4.55"
|
||||
|
|
|
@ -9,7 +9,7 @@ dnl not sure exactly what the minimum version is (but 2.13 won't work)
|
|||
AC_PREREQ(2.57)
|
||||
|
||||
dnl Set the BOINC version here. You can also use the set-version script.
|
||||
AC_INIT(BOINC, 4.54)
|
||||
AC_INIT(BOINC, 4.55)
|
||||
|
||||
AC_ARG_ENABLE(server,
|
||||
AC_HELP_STRING([--disable-server],
|
||||
|
|
Loading…
Reference in New Issue