// -*- C++ -*- // This is file was automatically generated by $ACE_ROOT/bin/make_release.py #define TAO_MAJOR_VERSION 3 #define TAO_MINOR_VERSION 0 #define TAO_MICRO_VERSION 11 #define TAO_VERSION "3.0.11" #define TAO_VERSION_CODE 0x3000b #define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))