summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-03-28 06:11:44 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-03-28 06:11:44 -0700
commita2e63996f74878c2d9db56f98d3491acebc88e10 (patch)
treecc3a66e36160da95e3a9ab8fc18d2209abd38a15 /stdlib
parentb2bc064a2378ed838067d445fc054e99a451eeed (diff)
downloadtxr-a2e63996f74878c2d9db56f98d3491acebc88e10.tar.gz
txr-a2e63996f74878c2d9db56f98d3491acebc88e10.tar.bz2
txr-a2e63996f74878c2d9db56f98d3491acebc88e10.zip
Version 285.txr-285
* RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. * txr.vim, tl.vim: Regenerated. * time.c (struct tm_wrap): Fix for platforms without HAVE_TM_ZONE. We still need tm_wrap defined, just not the zone member. Out of the platforms I build releases for, Solaris is the only one like this.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/ver.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/ver.tl b/stdlib/ver.tl
index 70564bda..7c996f40 100644
--- a/stdlib/ver.tl
+++ b/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 284)
+(defvarl lib-version 285)
(defvarl *lib-version* lib-version)