Changeset 1433ecda in mainline for boot/generic/src/version.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/version.c
r47b2d7e3 r1433ecda 38 38 39 39 #ifdef REVISION 40 40 static const char *revision = ", revision " STRING(REVISION); 41 41 #else 42 42 static const char *revision = ""; 43 43 #endif 44 44 45 45 #ifdef TIMESTAMP 46 46 static const char *timestamp = " on " STRING(TIMESTAMP); 47 47 #else 48 48 static const char *timestamp = ""; 49 49 #endif 50 50
Note:
See TracChangeset
for help on using the changeset viewer.