diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-08-28 10:15:28 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-08-28 10:15:28 -0700 |
commit | 729c5e17bb601d1325753cb9db6d5d87ffdc3f66 (patch) | |
tree | 3121a23658dc89121a5c0d6377c9ee93b7c2614b /stdlib | |
parent | e3bc2318b43c833fc3aafc43d22c963b7cf19a7d (diff) | |
download | txr-729c5e17bb601d1325753cb9db6d5d87ffdc3f66.tar.gz txr-729c5e17bb601d1325753cb9db6d5d87ffdc3f66.tar.bz2 txr-729c5e17bb601d1325753cb9db6d5d87ffdc3f66.zip |
Version 269.txr-269
* 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 71b6d78b..7864331d 100644 --- a/stdlib/ver.tl +++ b/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 268) +(defvarl lib-version 269) (defvarl *lib-version* lib-version) |