summaryrefslogtreecommitdiff
path: root/ACE/tests/Codecs_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Codecs_Test.cpp')
-rw-r--r--ACE/tests/Codecs_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Codecs_Test.cpp b/ACE/tests/Codecs_Test.cpp
index 0bbcb4ce81c..c851b26c08e 100644
--- a/ACE/tests/Codecs_Test.cpp
+++ b/ACE/tests/Codecs_Test.cpp
@@ -88,7 +88,7 @@ run_main (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("This is ACE Version %u.%u.%u\n\n"),
ACE::major_version (),
ACE::minor_version(),
- ACE::beta_version()));
+ ACE::micro_version()));
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("Testing ACE Base64 - normal stream\n\n")));