mirror of https://github.com/BOINC/boinc.git
Change version number back to 7.1.2
This commit is contained in:
parent
905abbb3fc
commit
ee4ddfa44e
|
@ -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__)) */
|
||||
|
||||
|
|
Loading…
Reference in New Issue