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

(-)a/src/version.h (-3 / +1 lines)
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 xstr(s) #s
8
#define xstr(s) str(s)
9
#define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION)
8
#define APP_VERSION xstr(MAJOR_VERSION) "." xstr(MINOR_VERSION) "." xstr(PATCH_VERSION)
10
9
11
// If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format.
10
// If it is defined by the compiler, then it is a nightly build, and in the YYYYMMDD format.
12
- 

Return to bug 915385