summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
blob: 0f0535a9772894bee652422e058f04b7f33c6f82 (plain)
1
2
3
4
5
6
7
8
9
10

// -*- 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))