diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-06-03 07:54:11 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-06-03 07:54:11 -0700 |
commit | 88e58ad49c49e6641276fb5d8e40685c7f06b1ea (patch) | |
tree | 36e9c70caa8ea715dbbeb97a0af7f6c10b482c45 /stdlib | |
parent | c58208c2d5f8311e845cf78c9a01c0a8b67434f0 (diff) | |
download | txr-287.tar.gz txr-287.tar.bz2 txr-287.zip |
Version 287.txr-287
* RELNOTES: Updated.
* configure (txr_ver): Bumped version.
* stdlib/ver.tl (lib-version): Bumped.
* txr.1: Bumped version and date.
* txr.vim, tl.vim: Regenerated.
* protsym.c: Regenerated.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/ver.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/ver.tl b/stdlib/ver.tl index b6875d1b..67713d9a 100644 --- a/stdlib/ver.tl +++ b/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 286) +(defvarl lib-version 287) (defvarl *lib-version* lib-version) |