summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4f1b44b80a..a79d122f9c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,9 @@
2001-01-17 Joel Sherrill <joel@OARcorp.com>
+ * configure.in: Changed the version to eng-20010816b.
+
+2001-01-17 Joel Sherrill <joel@OARcorp.com>
+
* SUPPORT, LICENSE: New files.
* Numerous files touched as part of merging the 4.5 branch
onto the mainline development trunk and ensuring that the
diff --git a/doc/configure.in b/doc/configure.in
index 25d2ab4a0b..add8dd4a5b 100644
--- a/doc/configure.in
+++ b/doc/configure.in
@@ -4,7 +4,7 @@ AC_PREREQ(2.13)
AC_INIT(project.am)
-RTEMS_VERSION=4.5.1-pre3
+RTEMS_VERSION=eng-20010816b
AM_INIT_AUTOMAKE(rtemsdoc,${RTEMS_VERSION},no)
AM_MAINTAINER_MODE