diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 02:16:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 02:16:39 -0700 |
commit | b78c33f2929643c5678668095eeac5b5b096c101 (patch) | |
tree | 05e93fa34c563e1002280005c5f61a67dd337940 /stdlib | |
parent | 62e2b546144401149c17f1216e5bfafb02c0b834 (diff) | |
download | txr-b78c33f2929643c5678668095eeac5b5b096c101.tar.gz txr-b78c33f2929643c5678668095eeac5b5b096c101.tar.bz2 txr-b78c33f2929643c5678668095eeac5b5b096c101.zip |
Version 277.txr-277
* RELNOTES: Updated.
* configure (txr_ver): Bumped version.
* stdlib/ver.tl (lib-version): Bumped.
* txr.1: Bumped version and date.
* txr.vim, tl.vim: 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 1aa5d541..2cb2c5f7 100644 --- a/stdlib/ver.tl +++ b/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 276) +(defvarl lib-version 277) (defvarl *lib-version* lib-version) |