summaryrefslogtreecommitdiff
path: root/TAO/tao/Version.h
blob: 60c806f739e080c48d8766e83d6c52de050534c6 (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 9
#define TAO_VERSION "3.0.9"
#define TAO_VERSION_CODE 0x30009
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))