summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-18 19:43:59 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-18 19:43:59 +0000
commit44e9569cb5f406d9244fd73e4c5c6d145c454786 (patch)
tree7b5bbe7e30b7d782eadec7433ea5508d0bec583a
parent656f11076dc83fd4627692dbe505e689aecc83f9 (diff)
downloadATCD-44e9569cb5f406d9244fd73e4c5c6d145c454786.tar.gz
5.3.1
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLogs/ChangeLog-03a4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h4
-rw-r--r--bin/MakeProjectCreator/config/aceversion.mpb2
6 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 279dbb8b4f7..83bb2b1a454 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 18 13:42:48 2003 OCI <oci@cs.wustl.edu>
+
+ * ACE version 5.3.1 released.
+
Tue Feb 18 13:09:05 2003 Priyanka Gontl a <gontla_p@ociweb.com>
* ACE version 5.3.1 released
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 279dbb8b4f7..83bb2b1a454 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Tue Feb 18 13:42:48 2003 OCI <oci@cs.wustl.edu>
+
+ * ACE version 5.3.1 released.
+
Tue Feb 18 13:09:05 2003 Priyanka Gontl a <gontla_p@ociweb.com>
* ACE version 5.3.1 released
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index e9cec977330..dd3c515cc7d 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
+ ACE VERSION: 5.3.1
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index c0c3a1bf46a..866b4ffcf0d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.3, released Wed Jan 15 18:02:01 2003.
+This is ACE version 5.3.1, released Tue Feb 18 13:42:48 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 bd1a6e11093..55fcc4dde8a 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 0
-#define ACE_VERSION "5.3"
+#define ACE_BETA_VERSION 1
+#define ACE_VERSION "5.3.1"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index 2a40c5c5c16..a9a4e24511d 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -1,3 +1,3 @@
project {
- version = 5.3
+ version = 5.3.1
}