Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1626 → Rev 1627

/svarcom/trunk/cmd/ver.c
1,7 → 1,7
/* This file is part of the SvarCOM project and is published under the terms
* of the MIT license.
*
* Copyright (C) 2021-2023 Mateusz Viste
* Copyright (C) 2021-2024 Mateusz Viste
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
26,8 → 26,8
* ver
*/
 
#define PVER "2023.2"
#define COPYRDATE "2021-2023"
#define PVER "2024.1"
#define COPYRDATE "2021-2024"
 
static enum cmd_result cmd_ver(struct cmd_funcparam *p) {
char *buff = p->BUFFER;
/svarcom/trunk/history.txt
6,6 → 6,13
(ticket numbers at https://osdn.net/projects/svardos/ticket/ in [] brackets)
 
 
=== ver 2024.1 (17.01.2023) ==================================================
 
- EDR-DOS compatibility fixes: resident module's PSP is being patched with
cleared JFTs and its parent fields are rewired to SvarCOM. Many thanks to
E.C. Masloch (pushbx) for suggesting this.
 
 
=== ver 2023.1 (17.02.2023) ==================================================
 
- improved BR translations (courtesy of Luzemario Dantes)
/svarcom/trunk/svarcom.lsm
1,2 → 1,2
Description: the SvarDOS command line interpreter (COMMAND.COM shell)
Version: 2023.1
Version: 2024.1
/svarcom/trunk/svarcom.txt
81,7 → 81,7
 
SvarCOM is published under the terms of the MIT license.
 
Copyright (C) 2021-2022 Mateusz Viste
Copyright (C) 2021-2024 Mateusz Viste
 
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal