~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to version.h

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#define BOINC_MAJOR_VERSION 6
8
8
 
9
9
/* Minor part of BOINC version number */
10
 
#define BOINC_MINOR_VERSION 4
 
10
#define BOINC_MINOR_VERSION 12
11
11
 
12
12
/* Release part of BOINC version number */
13
 
#define BOINC_RELEASE 5
 
13
#define BOINC_RELEASE 8
14
14
 
15
15
/* String representation of BOINC version number */
16
 
#define BOINC_VERSION_STRING "6.4.5"
 
16
#define BOINC_VERSION_STRING "6.12.8"
17
17
 
18
18
/* Package is a pre-release (Alpha/Beta) package */
19
19
/* #define BOINC_PRERELEASE 1 */
29
29
#define PACKAGE_NAME "BOINC"
30
30
 
31
31
/* Define to the full name and version of this package. */
32
 
#define PACKAGE_STRING "BOINC 6.4.5"
 
32
#define PACKAGE_STRING "BOINC 6.12.8"
33
33
 
34
34
/* Define to the one symbol short name of this package. */
35
35
#define PACKAGE_TARNAME "boinc"
36
36
 
37
37
/* Define to the version of this package. */
38
 
#define PACKAGE_VERSION "6.4.5"
 
38
#define PACKAGE_VERSION "6.12.8"
39
39
 
40
40
#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
41
41