summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-04-02 19:36:29 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-04-02 19:36:29 +0000
commit113c0795e8a6dd87ce14add5d1e09fec9fe3a96e (patch)
treeb19ead7dc491e8e15ef54fc0cd047c7743f958f8
parent4b9f447c1030e30c142ece04a8616c9495d42150 (diff)
downloadATCD-113c0795e8a6dd87ce14add5d1e09fec9fe3a96e.tar.gz
5.4.1
-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 a41796727d7..76b7df4773a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Apr 02 13:36:08 2004 Balachandran <bala@dre.vanderbilt.edu>
+
+ * ACE version 5.4.1 released.
+
Fri Apr 2 13:05:56 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* NEWS:
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index f820b8472e8..317d0f99939 100644
--- a/PROBLEM-REPORT-FORM
+++ b/PROBLEM-REPORT-FORM
@@ -41,7 +41,7 @@
To: ace-bugs@cs.wustl.edu
Subject: [area]: [synopsis]
- ACE VERSION: 5.4
+ ACE VERSION: 5.4.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 03b4a22da9c..72b95affd49 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.4, released Wed Jan 14 18:45:46 2004.
+This is ACE version 5.4.1, released Fri Apr 02 13:36:08 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 5609089db26..b201d4b244e 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 4
-#define ACE_BETA_VERSION 0
-#define ACE_VERSION "5.4"
+#define ACE_BETA_VERSION 1
+#define ACE_VERSION "5.4.1"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index 9210ef29901..16e86533c2f 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -2,5 +2,5 @@
// $Id$
project {
- version = 5.4
+ version = 5.4.1
}