/*
 * UCD version.
 * Change this by hand when the files in this directory are updated.
 *
 * This file is part of Beastie <https://purl.org/nxg/dist/beastie>
 * SPDX-FileCopyrightText: 2024 Norman Gray <https://nxg.me.uk>
 * 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 */
