source: umon/ports/beagleboneblack/target_version.h @ 976c170

Last change on this file since 976c170 was d355df2, checked in by Ed Sutter <edsutterjr@…>, on 08/06/15 at 00:50:11

target version should be zero until port is completed

  • Property mode set to 100644
File size: 278 bytes
Line 
1/* target_version.h:
2 * Initial version for all ports is zero.  The TARGET_VERSION increments
3 * as a result of changes made to the target-specific code, this file should
4 * be used as an informal log of those changes for easy reference by others.
5 */
6
7#define TARGET_VERSION 0
Note: See TracBrowser for help on using the repository browser.