diff --git a/aclocal.m4 b/aclocal.m4 index 161ea7bac7..859c5df113 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1106,8 +1106,8 @@ AC_DEFUN([SAH_HEADER_STDCXX],[ # # Revision Log: # $Log$ -# Revision 1.160 2004/10/29 04:42:32 korpela -# *** empty log message *** +# Revision 1.161 2004/10/31 23:36:39 boincadm +# version 4.54 # # 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 f63a1af072..be56a2cbc0 100644 --- a/client/win/win_config.h +++ b/client/win/win_config.h @@ -1,3 +1,3 @@ #define BOINC_MAJOR_VERSION 4 -#define BOINC_MINOR_VERSION 53 -#define BOINC_VERSION_STRING "4.53" +#define BOINC_MINOR_VERSION 54 +#define BOINC_VERSION_STRING "4.54" diff --git a/configure.ac b/configure.ac index 9fdce32988..63da790eac 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 Set the BOINC version here. You can also use the set-version script. -AC_INIT(BOINC, 4.53) +AC_INIT(BOINC, 4.54) AC_ARG_ENABLE(server, AC_HELP_STRING([--disable-server],