summaryrefslogtreecommitdiff
path: root/ACE/tests/Basic_Types_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-05-16 10:51:12 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-05-16 10:51:12 +0200
commitd2a7d20741730f9b2d98a415df0cffb2ed502b51 (patch)
treed717751e185da194227c086fa36b8631db50ac48 /ACE/tests/Basic_Types_Test.cpp
parenta34b1737a2b4f43e9f8b58c7a067edb28b3c8c00 (diff)
downloadATCD-d2a7d20741730f9b2d98a415df0cffb2ed502b51.tar.gz
We already have micro releases for years, so introduce a MICRO version number which we use instead of the BETA number which is kept for backwards compliance
Diffstat (limited to 'ACE/tests/Basic_Types_Test.cpp')
-rw-r--r--ACE/tests/Basic_Types_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Basic_Types_Test.cpp b/ACE/tests/Basic_Types_Test.cpp
index 667931e40da..1f312944ea0 100644
--- a/ACE/tests/Basic_Types_Test.cpp
+++ b/ACE/tests/Basic_Types_Test.cpp
@@ -58,7 +58,7 @@ run_main (int, ACE_TCHAR *[])
ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("This is ACE Version %u.%u.%u\n\n"),
ACE_MAJOR_VERSION,
ACE_MINOR_VERSION,
- ACE_BETA_VERSION));
+ ACE_MICRO_VERSION));
u_int errors = 0;