diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-24 07:36:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-24 07:36:17 -0700 |
commit | 3c42ed2d6753edbc52cff72d1524e5202f996d7d (patch) | |
tree | edf427aeb0e9b955baf4310dc55bf01851c0dc39 /stdlib | |
parent | 7b39d691a0fa1cffb2553237318c224d91bb9407 (diff) | |
download | txr-3c42ed2d6753edbc52cff72d1524e5202f996d7d.tar.gz txr-3c42ed2d6753edbc52cff72d1524e5202f996d7d.tar.bz2 txr-3c42ed2d6753edbc52cff72d1524e5202f996d7d.zip |
Version 276.txr-276
* 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 3e488dc4..1aa5d541 100644 --- a/stdlib/ver.tl +++ b/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 275) +(defvarl lib-version 276) (defvarl *lib-version* lib-version) |