Subversion Repositories SvarDOS

Rev

Rev 397 | Rev 421 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 397 Rev 401
Line 1... Line 1...
1
/*
1
/*
2
 * ver
2
 * ver
3
 */
3
 */
4
 
4
 
5
#define PVER "20211027"
5
#define PVER "2021.0"
6
 
6
 
7
static int cmd_ver(struct cmd_funcparam *p) {
7
static int cmd_ver(struct cmd_funcparam *p) {
8
  char *buff = p->BUFFER;
8
  char *buff = p->BUFFER;
9
  unsigned char maj = 0, min = 0;
9
  unsigned char maj = 0, min = 0;
10
 
10