summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_Test.cpp')
-rw-r--r--ACE/tests/CDR_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/CDR_Test.cpp b/ACE/tests/CDR_Test.cpp
index 283f5a9e1ae..fa140dc5c65 100644
--- a/ACE/tests/CDR_Test.cpp
+++ b/ACE/tests/CDR_Test.cpp
@@ -852,7 +852,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_Get_Opt get_opt (argc, argv, ACE_TEXT ("dn:l:"));
int opt;