Change version number back to 7.1.2

This commit is contained in:
Rom Walton 2013-05-29 12:06:08 -04:00
parent 905abbb3fc
commit ee4ddfa44e
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
#define BOINC_MINOR_VERSION 1
/* Release part of BOINC version number */
#define BOINC_RELEASE 1
#define BOINC_RELEASE 2
/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.1.1"
#define BOINC_VERSION_STRING "7.1.2"
/* 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.1"
#define PACKAGE_STRING "BOINC 7.1.2"
/* 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.1"
#define PACKAGE_VERSION "7.1.2"
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */