summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-01-15 00:46:07 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-01-15 00:46:07 +0000
commitfa41bfdf2434434c9c5f1e51165d4f6096166999 (patch)
treec5c4995621a2c643a79c3539f47957caa1a4d053
parentce7c3edc5ae7c0f8d1cbc4c1ffd517e2d58afb0c (diff)
downloadATCD-fa41bfdf2434434c9c5f1e51165d4f6096166999.tar.gz
5.4
-rw-r--r--ChangeLog4
-rw-r--r--PROBLEM-REPORT-FORM2
-rw-r--r--VERSION2
-rw-r--r--ace/Version.h6
-rw-r--r--bin/MakeProjectCreator/config/aceversion.mpb2
5 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c82d67d50d..6cd14c5fb60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jan 14 18:45:46 2004 Balachandran <bala@dre.vanderbilt.edu>
+
+ * ACE version 5.4 released.
+
Wed Jan 14 17:17:41 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* Makefile:
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index d0f9bfa80c3..c5efb6a5386 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.6
+ ACE VERSION: 5.4
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 8c000a23d18..03b4a22da9c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.3.6, released Thu Dec 18 09:53:31 2003.
+This is ACE version 5.4, released Wed Jan 14 18:45:46 2004.
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 ad7682dbc92..5609089db26 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 3
-#define ACE_BETA_VERSION 6
-#define ACE_VERSION "5.3.6"
+#define ACE_MINOR_VERSION 4
+#define ACE_BETA_VERSION 0
+#define ACE_VERSION "5.4"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index d82f3ef87f3..9210ef29901 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -2,5 +2,5 @@
// $Id$
project {
- version = 5.3.6
+ version = 5.4
}