summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUG-REPORT-FORM2
-rw-r--r--ChangeLog-98b4
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
4 files changed, 8 insertions, 4 deletions
diff --git a/BUG-REPORT-FORM b/BUG-REPORT-FORM
index 571e9180f69..fc2887b675d 100644
--- a/BUG-REPORT-FORM
+++ b/BUG-REPORT-FORM
@@ -13,7 +13,7 @@
To: ace-users@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 4.5.55
+ ACE VERSION: 4.5.56
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/ChangeLog-98b b/ChangeLog-98b
index b4bd26bdd4c..7f7afd46599 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Thu Oct 15 10:07:13 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE version 4.5.56 released.
+
Thu Oct 15 09:54:07 1998 David L. Levine <levine@cs.wustl.edu>
* tests/run_tests.sh: commented out MT_Reactor_Timer_Test because
diff --git a/VERSION b/VERSION
index b46ce64f501..a0e4ac88a8e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.55, released Wed Oct 14 23:20:45 1998.
+This is ACE version 4.5.56, released Thu Oct 15 10:07:13 1998.
If you have any problems with ACE, please send email to the ACE
mailing list (ace-users@cs.wustl.edu). Make sure to include the
diff --git a/ace/Version.h b/ace/Version.h
index 68b02f2759d..abf48fda09c 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION (4u)
#define ACE_MINOR_VERSION (5u)
-#define ACE_BETA_VERSION (55u)
-#define ACE_VERSION "4.5.55\0"
+#define ACE_BETA_VERSION (56u)
+#define ACE_VERSION "4.5.56\0"