GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git] / ACE / ace / Version.h
blobbbd1a4a3d89ddc59b191e398efa6b9d4355592b8
2 // -*- C++ -*-
3 // This is file was automatically generated by $ACE_ROOT/bin/make_release.py
5 #define ACE_MAJOR_VERSION 6
6 #define ACE_MINOR_VERSION 5
7 #define ACE_MICRO_VERSION 15
8 #define ACE_BETA_VERSION 15
9 #define ACE_VERSION "6.5.15"
10 #define ACE_VERSION_CODE 0x6050f
11 #define ACE_MAKE_VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))