(file) Return to common.h CVS log (file) (dir) Up to [OMI] / omi / common

Diff for /omi/common/common.h between version 1.1 and 1.2

version 1.1, 2012/05/30 22:47:49 version 1.2, 2012/06/15 20:51:14
Line 59 
Line 59 
 /* /*
 **============================================================================== **==============================================================================
 ** **
   ** Binary form of version:
   **
   **==============================================================================
   */
   
   #define CONFIG_VERSION_MASK \
       ((CONFIG_MAJOR << 16) | (CONFIG_MINOR << 8) | CONFIG_REVISION)
   
   /*
   **==============================================================================
   **
 ** UNREACHABLE_RETURN ** UNREACHABLE_RETURN
 ** **
 **============================================================================== **==============================================================================


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

ViewCVS 0.9.2