Changeset 2972

Show
Ignore:
Timestamp:
04/28/06 05:53:10 (3 years ago)
Author:
madcat
Message:

Version bump.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hnbase/osdep.h

    r2762 r2972  
    3232#endif 
    3333#include <boost/version.hpp> 
    34 #if BOOST_VERSION != 103301 
    35         #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 === 
    3636#endif 
    3737 
     
    6262enum VersionInfo { 
    6363        APPVER_MAJOR = 0, 
    64         APPVER_MINOR = 2
     64        APPVER_MINOR = 3
    6565        APPVER_PATCH = 0 
    6666};