summaryrefslogtreecommitdiff
path: root/ace/Version.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 19:52:48 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 19:52:48 +0000
commite92409e271d07c12eae639af0480ade009d47d42 (patch)
treec41ffb254a5049476b5e7d03b8088428e1963d10 /ace/Version.h
parent96c57bb71ca434b0fb6e6d0ed46e52b5615c57cb (diff)
downloadATCD-e92409e271d07c12eae639af0480ade009d47d42.tar.gz
wrap numbers in parens
Diffstat (limited to 'ace/Version.h')
-rw-r--r--ace/Version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Version.h b/ace/Version.h
index 86a01b2642c..c26943a026e 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -1,6 +1,6 @@
// $Id$
// This should be an automatically generated file.
-#define ACE_MAJOR_VERSION 4
-#define ACE_MINOR_VERSION 3
-#define ACE_BETA_VERSION 19
+#define ACE_MAJOR_VERSION (4)
+#define ACE_MINOR_VERSION (3)
+#define ACE_BETA_VERSION (19)