From 1f902ca63eba9071da5d1da2e861fe49028d32b4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 28 Mar 2023 06:11:44 -0700 Subject: Version 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. --- stdlib/ver.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') 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) -- cgit v1.2.3