summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-16 00:02:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-16 00:02:17 +0000
commitdc7aa19a6042f02410ce347501ab9a45c9ba10cd (patch)
tree12b88d31fadb52e74f3b73f8f146ba2642e2649d
parent4dab459cf5bc0a7a52bb0c99c1bf2f3a68a20475 (diff)
downloadATCD-dc7aa19a6042f02410ce347501ab9a45c9ba10cd.tar.gz
5.3
-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.h6
-rw-r--r--bin/MakeProjectCreator/config/aceversion.mpb2
6 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index f24de0bbb2b..3cddb7037de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 15 18:02:01 2003 Bala <bala@cs.wustl.edu>
+
+ * ACE version 5.3 released.
+
Wed Jan 15 10:48:11 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/make_release: Did the following enhancements
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index f24de0bbb2b..3cddb7037de 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Wed Jan 15 18:02:01 2003 Bala <bala@cs.wustl.edu>
+
+ * ACE version 5.3 released.
+
Wed Jan 15 10:48:11 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/make_release: Did the following enhancements
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 6369cfb470e..e9cec977330 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.2.8
+ ACE VERSION: 5.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 9b5a72ef0b1..c0c3a1bf46a 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.2.8, released Wed Dec 25 17:47:12 2002.
+This is ACE version 5.3, released Wed Jan 15 18:02:01 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 925bbf117cf..bd1a6e11093 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -2,6 +2,6 @@
// This is an automatically generated file.
#define ACE_MAJOR_VERSION 5
-#define ACE_MINOR_VERSION 2
-#define ACE_BETA_VERSION 8
-#define ACE_VERSION "5.2.8"
+#define ACE_MINOR_VERSION 3
+#define ACE_BETA_VERSION 0
+#define ACE_VERSION "5.3"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index b5484dba753..2a40c5c5c16 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -1,3 +1,3 @@
project {
- version = 5.2.8
+ version = 5.3
}