-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild_info.example.h
32 lines (29 loc) · 1.19 KB
/
build_info.example.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/**
* This file was created automatically by script build_info.sh.
* DO NOT EDIT!
*/
#pragma once
#define BUILD_GIT_SHORT "926b3d8"
#define BUILD_GIT_LONG "926b3d81eeae2b600c2f33de2249a9767e678940"
#define BUILD_GIT_COUNT "5"
#define BUILD_GIT_DIRTY "dirty"
#define BUILD_GIT_DIRTY_ "-dirty"
#define BUILD_GIT_TAG ""
#define BUILD_GIT_BRANCH "stable-dirty"
#define BUILD_GIT_ BUILD_GIT_BRANCH "-c" BUILD_GIT_COUNT "(" BUILD_GIT_SHORT ")" BUILD_GIT_DIRTY_
#define BUILD_GIT "stable-c5(926b3d8)-dirty"
//#define BUILD_INFO "Build " __DATE__ " " __TIME__ " Git " BUILD_GIT
#define BUILD_INFO "Build " BUILD_DATE_ISO8601 " Git " BUILD_GIT
#define BUILD_DATE_ISO8601 "2018-12-19T16:26:11+02:00"
#define BUILD_DATE_RFC3339 "2018-12-19 16:26:11+02:00"
#define BUILD_EPOCH1970_SEC 1545229571
#define BUILD_DATE "2018-12-19"
#define BUILD_TIME "16:26:11"
#define BUILD_DATE_TIME "2018-12-19 16:26:11"
#define BUILD_YEAR 2018
#define BUILD_MONTH 12
#define BUILD_DAY 19
#define BUILD_HOUR 16
#define BUILD_MIN 26
#define BUILD_SEC 11
#define BUILD_NANOSEC 348941683