Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 932577
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/version.h
0
++ b/src/version.h
Lines 4-11 Link Here
4
#define MINOR_VERSION 12
4
#define MINOR_VERSION 12
5
#define PATCH_VERSION 2
5
#define PATCH_VERSION 2
6
6
7
#define str(s) #s
7
#define stringize(s) #s
8
#define xstr(s) str(s)
8
#define xstr(s) stringize(s)
9
#define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION)
9
#define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION)
10
10
11
// If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format.
11
// If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format.

Return to bug 932577