Changeset 2972
- Timestamp:
- 04/28/06 05:53:10 (3 years ago)
- Files:
-
- hydranode/hnbase/osdep.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hnbase/osdep.h
r2762 r2972 32 32 #endif 33 33 #include <boost/version.hpp> 34 #if BOOST_VERSION !=10330135 #error === = This application requires Boost 1.33.1 headers ====34 #if BOOST_VERSION < 103301 35 #error === This application requires Boost 1.33.1 (or newer) headers === 36 36 #endif 37 37 … … 62 62 enum VersionInfo { 63 63 APPVER_MAJOR = 0, 64 APPVER_MINOR = 2,64 APPVER_MINOR = 3, 65 65 APPVER_PATCH = 0 66 66 };
