diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-10 22:21:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-10 22:21:20 -0700 |
commit | b1c7380ce9302c18edbce98e99ddb30fabd99abb (patch) | |
tree | 040a7005bb094f8390829f8a7a8c522047229d75 /stdlib | |
parent | de63498e38f82c7a795c38d18ba6000c54a0f7de (diff) | |
download | txr-b1c7380ce9302c18edbce98e99ddb30fabd99abb.tar.gz txr-b1c7380ce9302c18edbce98e99ddb30fabd99abb.tar.bz2 txr-b1c7380ce9302c18edbce98e99ddb30fabd99abb.zip |
Version 275.txr-275
* 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: Likewise.
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 5b82096b..3e488dc4 100644 --- a/stdlib/ver.tl +++ b/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 274) +(defvarl lib-version 275) (defvarl *lib-version* lib-version) |