2 * Copyright (C) 1995-2005, Index Data ApS
3 * See the file LICENSE for details.
5 * $Id: version.c,v 1.4 2005-06-25 15:46:06 adam Exp $
10 * \brief Implements YAZ version utilities.
14 * \mainpage The YAZ Toolkit.
22 #include <yaz/yaz-version.h>
24 unsigned long yaz_version(char *version_str, char *sys_str)
27 strcpy(version_str, YAZ_VERSION);
35 * indent-tabs-mode: nil
37 * vim: shiftwidth=4 tabstop=8 expandtab