diff --git a/Makefile.am b/Makefile.am index ead5f6dbb9..c677d76745 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,10 @@ include Makefile.incl ACLOCAL_AMFLAGS = -I m4 if ENABLE_LIBRARIES - API_SUBDIRS = api lib zip + API_SUBDIRS = api lib +if ENABLE_SERVER + API_SUBDIRS += zip +endif endif if ENABLE_SERVER diff --git a/version.h b/version.h index 1f5cf55268..14f7746847 100644 --- a/version.h +++ b/version.h @@ -10,10 +10,10 @@ #define BOINC_MINOR_VERSION 1 /* Release part of BOINC version number */ -#define BOINC_RELEASE 2 +#define BOINC_RELEASE 1 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "7.1.2" +#define BOINC_VERSION_STRING "7.1.1" /* Package is a pre-release (Alpha/Beta) package */ #define BOINC_PRERELEASE 1 @@ -29,13 +29,13 @@ #define PACKAGE_NAME "BOINC" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "BOINC 7.1.2" +#define PACKAGE_STRING "BOINC 7.1.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "boinc" /* Define to the version of this package. */ -#define PACKAGE_VERSION "7.1.2" +#define PACKAGE_VERSION "7.1.1" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */