/* * UCD version. * Change this by hand when the files in this directory are updated. * * This file is part of Beastie * SPDX-FileCopyrightText: 2024 Norman Gray * SPDX-License-Identifier: BSD-2-Clause */ #ifndef UCD_VERSION #define UCD_VERSION 1 static char* ucd_version = "17.0.0"; #endif /* define UCD_VERSION 1 */