aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--teco.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8dd506..a9e6b18 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,11 @@ version published by Paul Cantrell in 2007
* Fixed echoing control characters on the end of lines.
Or was it broken only at the end of the document?
Anyway, it's fixed now.
+* Restore screen on exit when building for terminfo,
+ which is the new default.
* Code documentation using [Doxygen](https://doxygen.nl/).
Build with `make devdoc`.
+* Rewrote the Autotools build system.
* Added the [original manual](https://www.copters.com/teco.html) to the repository
(`doc/TECO Manual V4.html`).
diff --git a/teco.h b/teco.h
index 713ee9a..29736e8 100644
--- a/teco.h
+++ b/teco.h
@@ -84,7 +84,7 @@
#ifndef AUTO_DATE
/* should be passed in from the build system */
-#define AUTO_DATE "$Date: 2007/12/10 22:13:07 $"
+#define AUTO_DATE "$Date: 2025/05/06 00:03:29 $"
#endif
/*