OpenCBM
version.common.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version
5  * 2 of the License, or (at your option) any later version.
6  *
7  * Copyright 2005-2007 Spiro Trikaliotis
8  */
9 
18 #include "version.h"
19 
20 #undef VER_PRODUCTNAME_STR
21 #undef VER_PRODUCTVERSION
22 #undef VER_PRODUCTVERSION_STR
23 #undef VER_COMPANYNAME_STR
24 
25 #define VER_LEGALCOPYRIGHT_STR "(c) 2001-2007 Spiro Trikaliotis, based on cbm4linux, (c) 1999-2005 by Michael Klein, and others"
26 #define VER_COMPANYNAME_STR "(Spiro Trikaliotis, private)"
27 
28 #define VER_PRODUCTVERSION OPENCBM_VERSION_MAJOR,OPENCBM_VERSION_MINOR,OPENCBM_VERSION_SUBMINOR,OPENCBM_VERSION_DEVEL
29 #define VER_FILEVERSION VER_PRODUCTVERSION
30 #define VER_PRODUCTVERSION_STR OPENCBM_VERSION_STRING
31 #define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
32 #define VER_LANGNEUTRAL
33 #define VER_PRODUCTNAME_STR "OpenCBM - Accessing CBM drives from Windows"
Defining OpenCBM version.