summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-19 18:51:32 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-19 18:51:32 +0000
commit8cc8af3e5768b2de0d35f3090f7f1601df9994dd (patch)
tree4dc664790eacb061876bf2810327ff40443f06c1
parentcfac90e4dfa541dce77926fb6f0005f73bc4702b (diff)
downloadATCD-8cc8af3e5768b2de0d35f3090f7f1601df9994dd.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 a5b987dbdb9..c9ecb843414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Feb 19 12:50:58 2003 Heather Drury <oci@cs.wustl.edu>
+
+ * ACE version 5.3.1 released.
+
Mon Feb 17 15:21:18 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/auto_run_tests.lst: The Server_Protocol and the ORB_init
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index a5b987dbdb9..c9ecb843414 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Wed Feb 19 12:50:58 2003 Heather Drury <oci@cs.wustl.edu>
+
+ * ACE version 5.3.1 released.
+
Mon Feb 17 15:21:18 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/auto_run_tests.lst: The Server_Protocol and the ORB_init
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 bee5c3d3063..17c3c4875a2 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.3, released Wed Feb 19 08:26:06 2003.
+This is ACE version 5.3.1, released Wed Feb 19 12:50:58 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
}