1 /* This file is part of the YAZ toolkit.
2 * Copyright (C) 1995-2013 Index Data
3 * See the file LICENSE for details.
8 * \brief Implements YAZ version utilities.
16 #include <yaz/yaz-version.h>
18 unsigned long yaz_version(char *version_str, char *sha1_str)
21 strcpy(version_str, YAZ_VERSION);
23 strcpy(sha1_str, YAZ_VERSION_SHA1);
29 * c-file-style: "Stroustrup"
30 * indent-tabs-mode: nil
32 * vim: shiftwidth=4 tabstop=8 expandtab