summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-27 11:50:03 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-27 11:50:03 +0000
commitb92c127c5791b9e737a54f9ebf64b9ab444ddce8 (patch)
tree023ac8eb29c815288cb088721a97cc90cb464448
parentcdf7138c328e742c055926ee1eacd0c2f3e7bb25 (diff)
downloadATCD-b92c127c5791b9e737a54f9ebf64b9ab444ddce8.tar.gz
4.5.65
-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 1263097db8e..8d8a79eb9f6 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.64
+ ACE VERSION: 4.5.65
HOST MACHINE and OPERATING SYSTEM:
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
diff --git a/ChangeLog-98b b/ChangeLog-98b
index f0343265eaf..a9d354cea79 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,7 @@
+Tue Oct 27 05:47:21 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ACE version 4.5.65 released.
+
Tue Oct 27 03:24:36 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/TP_Reactor.h: Added an description for TP_Reactor.
diff --git a/VERSION b/VERSION
index ff2c3186785..9ed66fcef09 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 4.5.64, released Sun Oct 25 23:52:40 1998.
+This is ACE version 4.5.65, released Tue Oct 27 05:47:21 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 7a1a982bdb1..1f76fc05bb8 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 (64u)
-#define ACE_VERSION "4.5.64\0"
+#define ACE_BETA_VERSION (65u)
+#define ACE_VERSION "4.5.65\0"