summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-12-25 23:47:27 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-12-25 23:47:27 +0000
commit26653e2a7f033345ebd631337debf140c9873910 (patch)
treed3ebfbdd307639307bca2b07a53a0d5bd1a9d7f5
parentc06e09a8a492ed888efa90e72448d622d655dc90 (diff)
downloadATCD-26653e2a7f033345ebd631337debf140c9873910.tar.gz
5.2.8
-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 d158f1c4cda..d44f072683b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Dec 25 17:47:12 2002 Bala <bala@cs.wustl.edu>
+
+ * ACE version 5.2.8 released.
+
Wed Dec 25 17:39:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/make_release: Fixed problems with generation of vcproj etc.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d158f1c4cda..d44f072683b 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Wed Dec 25 17:47:12 2002 Bala <bala@cs.wustl.edu>
+
+ * ACE version 5.2.8 released.
+
Wed Dec 25 17:39:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/make_release: Fixed problems with generation of vcproj etc.
diff --git a/PROBLEM-REPORT-FORM b/PROBLEM-REPORT-FORM
index 35fd69f7e2d..6369cfb470e 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.7
+ ACE VERSION: 5.2.8
HOST MACHINE and OPERATING SYSTEM:
If on Windows based OS's, which version of WINSOCK do you
diff --git a/VERSION b/VERSION
index 184b588f76e..9b5a72ef0b1 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
-This is ACE version 5.2.7, released Wed Dec 25 07:35:06 2002.
+This is ACE version 5.2.8, released Wed Dec 25 17:47:12 2002.
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 f2e59b7d695..925bbf117cf 100644
--- a/ace/Version.h
+++ b/ace/Version.h
@@ -3,5 +3,5 @@
#define ACE_MAJOR_VERSION 5
#define ACE_MINOR_VERSION 2
-#define ACE_BETA_VERSION 7
-#define ACE_VERSION "5.2.7"
+#define ACE_BETA_VERSION 8
+#define ACE_VERSION "5.2.8"
diff --git a/bin/MakeProjectCreator/config/aceversion.mpb b/bin/MakeProjectCreator/config/aceversion.mpb
index 4c272e6410e..b5484dba753 100644
--- a/bin/MakeProjectCreator/config/aceversion.mpb
+++ b/bin/MakeProjectCreator/config/aceversion.mpb
@@ -1,3 +1,3 @@
project {
- version = 5.2.7
+ version = 5.2.8
}