summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-07-31 14:45:36 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-07-31 14:45:36 +0000
commitf5de581c11d3dff9f42072a62abc4458ed69311d (patch)
treea18d6eefe0cad0622409b79929c0f6ade3c102df
parent238f6e081fa7764e8025006458941a4f670c34f6 (diff)
downloadATCD-f5de581c11d3dff9f42072a62abc4458ed69311d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog8
-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, 5 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a03cb40a02..b56785bc013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,3 @@
-Sat Jul 31 09:43:29 2004 Ossama <ossama@dre.vanderbilt.edu>
-
- * ACE version 5.4.2 released.
-
-Sat Jul 31 09:16:32 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-
- * ACE version 5.4.2 released.
-
Sat Jul 31 07:08:15 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* bin/make_release:
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 61a9c6153c9..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.2
+ 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 10beff768e8..d081cde5f9c 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.4.2, released Sat Jul 31 09:43:29 2004.
+This is ACE version 5.4.1, released Sat Jul 31 09:43:29 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 a846375930c..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 2
-#define ACE_VERSION "5.4.2"
+#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 1d0015e628c..16e86533c2f 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -2,5 +2,5 @@
// $Id$
project {
- version = 5.4.2
+ version = 5.4.1
}