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

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

#define TAO_MAJOR_VERSION 2
#define TAO_MINOR_VERSION 4
#define TAO_MICRO_VERSION 8
#define TAO_BETA_VERSION 8
#define TAO_VERSION "2.4.8"
#define TAO_VERSION_CODE 132104
#define TAO_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))