summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-08 19:44:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-05-08 19:44:25 +0000
commit0f904827f5383004e0daf03759023d3a34df01bf (patch)
treed3e7301c04aa91ed5cc3cb77819cf2f22d01680b /doc
parentUpdated versions. (diff)
downloadrtems-0f904827f5383004e0daf03759023d3a34df01bf.tar.bz2
Updated.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
-rw-r--r--doc/configure.in8
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/TODO b/doc/TODO
index 7a0e16f5f8..e1249d768e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -14,9 +14,11 @@ Need a description of hello world and writing an application.
More automatic handling of version, date, revision, release, etc.
-Eliminate use of gifs.
+Eliminate use of gifs. [NOTE: ps, pdf, and dvi.gif are from
+http://www.cit.gu.edu.au/images and the various arrow and
+bookshelf icons came with texi2www.]
-Redraw pictures as appropriate in open source tools
+Redraw pictures as appropriate in open source tools.
Getting Started (C and Ada versions)
diff --git a/doc/configure.in b/doc/configure.in
index 9b32c51511..84577e949b 100644
--- a/doc/configure.in
+++ b/doc/configure.in
@@ -4,18 +4,18 @@ AC_PREREQ(2.13)
AC_INIT(project.am)
-AM_INIT_AUTOMAKE(rtemsdoc,4.5.0-beta2,no)
+AM_INIT_AUTOMAKE(rtemsdoc,4.5.0-beta3,no)
RTEMS_VERSION="$VERSION"
AC_SUBST(RTEMS_VERSION)
-RTEMS_RELEASE="4.5.0"
+RTEMS_RELEASE="4.5.0-beta3"
AC_SUBST(RTEMS_RELEASE)
-RTEMS_UPDATE_DATE="April 26 2000"
+RTEMS_UPDATE_DATE="May 8 2000"
AC_SUBST(RTEMS_UPDATE_DATE)
-RTEMS_UPDATE_MONTH="April 2000"
+RTEMS_UPDATE_MONTH="May 2000"
AC_SUBST(RTEMS_UPDATE_MONTH)
AC_ARG_ENABLE(html,