From d2a7d20741730f9b2d98a415df0cffb2ed502b51 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 16 May 2016 10:51:12 +0200 Subject: 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 --- ACE/tests/Basic_Types_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/tests/Basic_Types_Test.cpp') 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; -- cgit v1.2.1