Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1633 → Rev 1634

/pkg/trunk/loadconf.c
1,6 → 1,6
/*
* This file is part of pkg (SvarDOS).
* Copyright (C) 2012-2021 Mateusz Viste
* Copyright (C) 2012-2024 Mateusz Viste
*/
 
#include <stdio.h> /* printf(), fclose(), fopen()... */
58,7 → 58,6
}
/* check for forbidden names */
if ((strcasecmp(dirlist->name, "appinfo") == 0) ||
(strcasecmp(dirlist->name, "bin") == 0) ||
(strcasecmp(dirlist->name, "doc") == 0) ||
(strcasecmp(dirlist->name, "help") == 0) ||
(strcasecmp(dirlist->name, "nls") == 0) ||
/pkg/trunk/pkg.lsm
1,2 → 1,2
version: 20231124
version: 20240118
description: SvarDOS package manager installs, removes and updates packages
/pkg/trunk/version.h
4,7 → 4,7
#ifndef COMMON_H_SENTINEL
#define COMMON_H_SENTINEL
 
#define PVER "20231124"
#define PDATE "2012-2023"
#define PVER "20240118"
#define PDATE "2012-2024"
 
#endif