summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
-rw-r--r--bin/MakeProjectCreator/config/aceversion.mpb2
5 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2575dcb38be..5235aa9f3e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 24 11:27:52 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * ACE version 5.3.5 released.
+
Fri Oct 24 10:48:41 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* ACE-INSTALL.html: Changed documentation to reflect the fact that
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 36f9fd8d38e..b27e0123d28 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -35,7 +35,7 @@
To: ace-bugs@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 5.3.4
+ ACE VERSION: 5.3.5
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 291782ad1e5..14bf1a10d2c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.3.4, released Fri Oct 03 22:41:20 2003.
+This is ACE version 5.3.5, released Fri Oct 24 11:27:52 2003.
If you have any problems with or questions about ACE, please send
email to the ACE mailing list (ace-users@cs.wustl.edu), using the form
diff --git a/ace/Version.h b/ace/Version.h
index 40252774ad4..3e3d3790bec 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 3
-#define ACE_BETA_VERSION 4
-#define ACE_VERSION "5.3.4"
+#define ACE_BETA_VERSION 5
+#define ACE_VERSION "5.3.5"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index 2c7413edbc4..c01bd92c99d 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -1,3 +1,3 @@
project {
- version = 5.3.4
+ version = 5.3.5
}