summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-03 12:51:39 +0000
committerbugzilla <bugzilla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-03 12:51:39 +0000
commit0ee82b6deabf33f174ea85e966a44f884d75e9c8 (patch)
tree72a79e42862b895ab0ea20dec90b8aea014e6b97
parent07cab8b9e189b6b93b723c9965b347acfa8a8e1a (diff)
downloadATCD-0ee82b6deabf33f174ea85e966a44f884d75e9c8.tar.gz
5.3.2
-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 ec1815e2e4e..656fa20156a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jun 03 07:51:20 2003 Simon McQueen <sm@prismtechnologies.com>
+
+ * ACE version 5.3.2 released.
+
Mon Jun 2 11:38:13 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/bootstrap (Usage): Commented out paths on Sun boxes for
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index dd3c515cc7d..150dcb7638b 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.1
+ ACE VERSION: 5.3.2
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 3e7807040e8..994a33a3119 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.3.1, released Tue Jun 03 05:53:35 2003.
+This is ACE version 5.3.2, released Tue Jun 03 07:51:20 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 55fcc4dde8a..299ed913d36 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 1
-#define ACE_VERSION "5.3.1"
+#define ACE_BETA_VERSION 2
+#define ACE_VERSION "5.3.2"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index a9a4e24511d..013f8725ba9 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -1,3 +1,3 @@
project {
- version = 5.3.1
+ version = 5.3.2
}