BRL-CAD
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1/* V E R S I O N . H
2 * BRL-CAD
3 *
4 * Copyright (c) 2004-2025 United States Government as represented by
5 * the U.S. Army Research Laboratory.
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public License
9 * version 2.1 as published by the Free Software Foundation.
10 *
11 * This library is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this file; see the file named COPYING for more
18 * information.
19 */
20
21/*----------------------------------------------------------------------*/
22/** @addtogroup ged_version
23 * @brief
24 * report version information about LIBGED
25 */
26/** @{ */
27/* @file version.h */
28
29#ifndef GED_VERSION_H
30#define GED_VERSION_H
31
32#include "common.h"
33#include "ged/defines.h"
34
36
37GED_EXPORT extern const char *ged_version(void);
38
40
41#endif /* GED_VERSION_H */
42/** @} */
43/*
44 * Local Variables:
45 * mode: C
46 * tab-width: 8
47 * indent-tabs-mode: t
48 * c-file-style: "stroustrup"
49 * End:
50 * ex: shiftwidth=4 tabstop=8
51 */
Definition dvec.h:74
Header file for the BRL-CAD common definitions.
const char * ged_version(void)