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

// -*- C++ -*-
// This is file was automatically generated by $ACE_ROOT/bin/make_release.py

#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 5
#define TAO_MICRO_VERSION 15
#define TAO_BETA_VERSION 15
#define TAO_VERSION "2.5.15"
#define TAO_VERSION_CODE 0x2050f
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))