Changeset 1321 for trunk/yat/utility/version.h.in
- Timestamp:
- May 23, 2008, 4:14:41 PM (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/version.h.in
r1317 r1321 1 // @configure_input@ 1 2 #ifndef _theplu_yat_utility_version_ 2 3 #define _theplu_yat_utility_version_ … … 29 30 /// 30 31 32 /* 33 Compile-time version constants 34 35 \see http://apr.apache.org/versioning.html 36 */ 37 #define YAT_MAJOR_VERSION @YAT_MAJOR_VERSION@ 38 #define YAT_MINOR_VERSION @YAT_MINOR_VERSION@ 39 #define YAT_PATCH_VERSION @YAT_PATCH_VERSION@ 40 #define YAT_VERSION "@VERSION@" 41 #define YAT_DEV_BUILD @YAT_DEV_BUILD@ 42 31 43 #include <string> 32 #include <stdexcept>33 #include <sstream>34 #include <utility>35 #include <vector>36 44 37 45 namespace theplu {
Note: See TracChangeset
for help on using the changeset viewer.