- Timestamp:
- May 24, 2008, 8:07:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/version.h.in
r1321 r1328 35 35 \see http://apr.apache.org/versioning.html 36 36 */ 37 38 /** 39 MAJOR version 40 41 No compatibility is guarenteed between MAJOR versions. 42 */ 37 43 #define YAT_MAJOR_VERSION @YAT_MAJOR_VERSION@ 44 45 /** 46 MINOR version 47 48 Minor API changes that do not cause binary compatibility problems. 49 Reset to 0 when upgrading YAT_MAJOR_VERSION 50 */ 38 51 #define YAT_MINOR_VERSION @YAT_MINOR_VERSION@ 52 53 /** 54 PATCH version 55 56 The Patch level never includes API changes, simply bug fixes. 57 Reset to 0 when upgrading YAT_MINOR_VERSION 58 */ 39 59 #define YAT_PATCH_VERSION @YAT_PATCH_VERSION@ 60 61 /** 62 VERSION 63 64 The version of yat in string format 65 */ 40 66 #define YAT_VERSION "@VERSION@" 67 68 /** 69 DEV_BUILD 70 71 Is set to true in releases 72 */ 41 73 #define YAT_DEV_BUILD @YAT_DEV_BUILD@ 42 74
Note: See TracChangeset
for help on using the changeset viewer.