From c8f1c3328ae4e073397aeb8eeb718fabb5370616 Mon Sep 17 00:00:00 2001 From: "Wei-Cheng Yeh (IID)" Date: Sun, 25 Apr 2021 03:11:57 +0800 Subject: [PATCH] docs: 3.20 -> 3.21 for legacy version name of v3 Change the legacy version name of DreamBBS-202X vx (v3.x) to 3.21.x to indicate the actual year of its first release (2021), which was planned to be 2020 but postponed. --- VERSION | 2 +- include/timetype.h | 2 +- lib/mime.c | 2 +- lib/passwd.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ca2448168..cac2e601e 100644 --- a/VERSION +++ b/VERSION @@ -49,6 +49,6 @@ Copyright (C) 2004-2008 Hung-Yi Chen (gaod) DreamLand Bulletin Board System Version: 3.10 Rev. Beta 3 Copyright (C) 2010-2017 Pang-Wei Tsai (cache) -DreamLand Bulletin Board System Version: 3.10.95 - 3.20.0 +DreamLand Bulletin Board System Version: 3.10.95 - 3.21.0 Copyright (C) 2017-2021 Wei-Cheng Yeh (IID) Sean Li-Shin Ho (r2) diff --git a/include/timetype.h b/include/timetype.h index 3efd27322..9d9d5d1d4 100644 --- a/include/timetype.h +++ b/include/timetype.h @@ -1,5 +1,5 @@ /*-------------------------------------------------------*/ -/* timetype.h ( NCKU CCNS WindTop-DreamBBS 3.20 ) */ +/* timetype.h ( NCKU CCNS WindTop-DreamBBS 3.21 ) */ /*-------------------------------------------------------*/ /* Author: Wei-Cheng Yeh (IID) */ /* Target: Helper functions for fixed-size `time_t` */ diff --git a/lib/mime.c b/lib/mime.c index 7715a6f0f..9edebdeae 100644 --- a/lib/mime.c +++ b/lib/mime.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------*/ -/* lib/mime.c ( NCKU CCNS WindTop-DreamBBS 3.20 ) */ +/* lib/mime.c ( NCKU CCNS WindTop-DreamBBS 3.21 ) */ /*-------------------------------------------------------*/ /* Author: Wei-Cheng Yeh (IID) */ /* Target: MIME code processing library for DreamBBS */ diff --git a/lib/passwd.c b/lib/passwd.c index 2a01c1a11..824d3dcd7 100644 --- a/lib/passwd.c +++ b/lib/passwd.c @@ -1,5 +1,5 @@ /*-------------------------------------------------------*/ -/* lib/passwd.c ( NCKU CCNS WindTop-DreamBBS 3.20 ) */ +/* lib/passwd.c ( NCKU CCNS WindTop-DreamBBS 3.21 ) */ /*-------------------------------------------------------*/ /* Author: Wei-Cheng Yeh (IID) */ /* Target: Password hashing library for DreamBBS */