|
18 | 18 | # define VER_STATUS_FULL "RC"
|
19 | 19 | # define VER_STATUS_SHORT "rc"
|
20 | 20 | # define VER_STATUS_GREEK "гc"
|
21 |
| -# define VER_REVISION 351 |
| 21 | +# define VER_REVISION 369 |
22 | 22 | # define VER_FULL "2.4.0 RC"
|
23 | 23 | # define VER_SHORT "2.4rc0"
|
24 | 24 | # define VER_SHORT_DOTS "2.4.0"
|
25 | 25 | # define VER_SHORT_GREEK "2.4гc0"
|
26 |
| -# define VER_RC_REVISION 2, 4, 0, 351 |
| 26 | +# define VER_RC_REVISION 2, 4, 0, 369 |
27 | 27 | # define VER_RC_STATUS 2, 4, 0, 2
|
28 | 28 | /**** Subversion Information ****/
|
29 | 29 | # define VER_REVISION_URL "git@github.com:White-Tiger/T-Clock.git"
|
30 |
| -# define VER_REVISION_DATE "2015-10-19 15:45:03 +0000 (Mon, Oct 19 2015)" |
31 |
| -# define VER_REVISION_HASH "2d6f529" |
32 |
| -# define VER_REVISION_TAG "v2.4.0#351-rc" |
| 30 | +# define VER_REVISION_DATE "2015-11-13 15:42:08 +0000 (Fri, Nov 13 2015)" |
| 31 | +# define VER_REVISION_HASH "c7353c4" |
| 32 | +# define VER_REVISION_TAG "v2.4.0#369-rc" |
33 | 33 | /**** Date/Time ****/
|
34 |
| -# define VER_TIMESTAMP 1445277262 |
35 |
| -# define VER_TIME_SEC 22 |
36 |
| -# define VER_TIME_MIN 54 |
37 |
| -# define VER_TIME_HOUR 17 |
38 |
| -# define VER_TIME_DAY 19 |
39 |
| -# define VER_TIME_MONTH 10 |
| 34 | +# define VER_TIMESTAMP 1447429391 |
| 35 | +# define VER_TIME_SEC 11 |
| 36 | +# define VER_TIME_MIN 43 |
| 37 | +# define VER_TIME_HOUR 15 |
| 38 | +# define VER_TIME_DAY 13 |
| 39 | +# define VER_TIME_MONTH 11 |
40 | 40 | # define VER_TIME_YEAR 2015
|
41 |
| -# define VER_TIME_WDAY 1 |
42 |
| -# define VER_TIME_YDAY 291 |
43 |
| -# define VER_TIME_WDAY_SHORT "Mon" |
44 |
| -# define VER_TIME_WDAY_FULL "Monday" |
45 |
| -# define VER_TIME_MONTH_SHORT "Oct" |
46 |
| -# define VER_TIME_MONTH_FULL "October" |
47 |
| -# define VER_TIME "17:54:22" |
48 |
| -# define VER_DATE "2015-10-19" |
49 |
| -# define VER_DATE_LONG "Mon, Oct 19, 2015 17:54:22 UTC" |
50 |
| -# define VER_DATE_SHORT "2015-10-19 17:54:22 UTC" |
51 |
| -# define VER_DATE_ISO "2015-10-19T17:54:22Z" |
| 41 | +# define VER_TIME_WDAY 5 |
| 42 | +# define VER_TIME_YDAY 316 |
| 43 | +# define VER_TIME_WDAY_SHORT "Fri" |
| 44 | +# define VER_TIME_WDAY_FULL "Friday" |
| 45 | +# define VER_TIME_MONTH_SHORT "Nov" |
| 46 | +# define VER_TIME_MONTH_FULL "November" |
| 47 | +# define VER_TIME "15:43:11" |
| 48 | +# define VER_DATE "2015-11-13" |
| 49 | +# define VER_DATE_LONG "Fri, Nov 13, 2015 15:43:11 UTC" |
| 50 | +# define VER_DATE_SHORT "2015-11-13 15:43:11 UTC" |
| 51 | +# define VER_DATE_ISO "2015-11-13T15:43:11Z" |
52 | 52 | #endif
|
0 commit comments