summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Array_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_Array_Test.cpp')
-rw-r--r--ACE/tests/CDR_Array_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/CDR_Array_Test.cpp b/ACE/tests/CDR_Array_Test.cpp
index ed088cf2c29..d20d9b9123d 100644
--- a/ACE/tests/CDR_Array_Test.cpp
+++ b/ACE/tests/CDR_Array_Test.cpp
@@ -893,7 +893,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 ("d:f:q:w:h:c:t:n:"));
int dtotal = 0;