vdk 2.4.0
vdkfeatures.h
1/*
2 * ===========================
3 * VDK Visual Development Kit
4 * Version 0.4
5 * October 1998
6 * ===========================
7 *
8 * Copyright (C) 1998, Mario Motta
9 * Developed by Mario Motta <mmotta@guest.net>
10 *
11 * This library is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Library General Public
13 * License as published by the Free Software Foundation; either
14 * version 2 of the License, or (at your option) any later version.
15 *
16 * This library is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Library General Public License for more details.
20 *
21 * You should have received a copy of the GNU Library General Public
22 * License along with this library; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24 * 02111-130
25 *
26 * vdkfeatures.h added by Salmaso Raffaele <r.salmaso@flashnet.it> 1999-01-20
27 */
28
29
30#ifndef _vdkfeatures_h
31#define _vdkfeatures_h
32
33#define VDK_VERSION_MAJOR 2
34#define VDK_VERSION_MINOR 4
35#define VDK_VERSION_MICRO 0
36#define VDKCOMPO_VERSION_MAJOR @VDKCOMPO_VERSION_MAJOR@
37#define VDKCOMPO_VERSION_MINOR @VDKCOMPO_VERSION_MINOR@
38#define VDKCOMPO_VERSION_MICRO @VDKCOMPO_VERSION_MICRO@
39#define VDK_MAJOR_VERSION 2
40#define VDK_MINOR_VERSION 4
41#define VDK_MICRO_VERSION 0
42#define VDK_REVISION 0
43#define VDK_VERSION 2.4.0
44#define VDKCOMPO_VERSION @VDKCOMPO_VERSION@
45
46#endif