summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2003-06-16 16:13:40 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2003-06-16 16:13:40 +0000
commite84614bd890d359b03814222a4acc7f8e4db24c5 (patch)
tree26758c0e6d0e02c357d5de6c59a4c4f0565ffede
parentc1c16ac50097f854a97f6048ede703bf6405afe2 (diff)
downloadATCD-e84614bd890d359b03814222a4acc7f8e4db24c5.tar.gz
5.3.3
-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 7bce3df79d2..d9f9887c968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 16 11:13:22 2003 Chris Cleeland <cleeland@ociweb.com>
+
+ * ACE version 5.3.3 released.
+
Fri Jun 13 13:13:02 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/make_release: Remeved the generation of a README file in
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 150dcb7638b..9ae8a76230a 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.2
+ ACE VERSION: 5.3.3
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 994a33a3119..f4a4a86fa13 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.3.2, released Tue Jun 03 07:51:20 2003.
+This is ACE version 5.3.3, released Mon Jun 16 11:13:22 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 299ed913d36..fc8a6166a83 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 2
-#define ACE_VERSION "5.3.2"
+#define ACE_BETA_VERSION 3
+#define ACE_VERSION "5.3.3"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index 013f8725ba9..1e47e7ee11c 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -1,3 +1,3 @@
project {
- version = 5.3.2
+ version = 5.3.3
}