Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Version.h
blob69bdd8f5938873e03274a849263b0e381fbeb85b
2 // -*- C++ -*-
3 // This is file was automatically generated by $ACE_ROOT/bin/make_release.py
5 #define TAO_MAJOR_VERSION 4
6 #define TAO_MINOR_VERSION 0
7 #define TAO_MICRO_VERSION 0
8 #define TAO_VERSION "4.0.0"
9 #define TAO_VERSION_CODE 0x40000
10 #define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))