Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1177 → Rev 1178

/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-2022 Mateusz Viste
* Copyright (C) 2021-2023 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 "2022.4"
#define COPYRDATE "2021-2022"
#define PVER "2023.0"
#define COPYRDATE "2021-2023"
 
static enum cmd_result cmd_ver(struct cmd_funcparam *p) {
char *buff = p->BUFFER;