summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 04:23:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-15 04:23:40 +0000
commit43d57c766dfd3d460d9d20264482dfe3a5b1279b (patch)
treea1c4e5382efbc1fb573820cff48653334fcbb856
parentb91aa431edf173002f55923f5d406f5768388522 (diff)
downloadATCD-43d57c766dfd3d460d9d20264482dfe3a5b1279b.tar.gz
4.5.55
-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 4e1418d1f52..571e9180f69 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.54
+ ACE VERSION: 4.5.55
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 0cdefd24800..806c2ecc9c9 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Wed Oct 14 23:20:45 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.55 released.
+
Wed Oct 14 22:17:31 1998 David L. Levine <levine@cs.wustl.edu>
* docs/ACE-guidelines.html: added guideline for protection of
diff --git a/VERSION b/VERSION
index 015c9a3601e..b46ce64f501 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.54, released Wed Oct 14 11:03:45 1998.
+This is ACE version 4.5.55, released Wed Oct 14 23:20:45 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 7f3519359dd..68b02f2759d 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 (54u)
-#define ACE_VERSION "4.5.54\0"
+#define ACE_BETA_VERSION (55u)
+#define ACE_VERSION "4.5.55\0"