Skip to content
Snippets Groups Projects
NifVersion.h 770 B
Newer Older
/**********************************************************************
*<
FILE: BaseImporter.h

DESCRIPTION:	Base Importer class

CREATED BY: tazpn (Theo)

HISTORY:

*>	Copyright (c) 2006, All Rights Reserved.
**********************************************************************/
#ifndef __NIFVERSION_H__
#define __NIFVERSION_H__

/*
* Define the major, minor, build, patch version numbers
*/
#define VERSION_MAJOR_INT  0
#define VERSION_MINOR_INT  2
#define VERSION_BUILD_INT  12
#define VERSION_STRING "0, 2, 12, 0"

//#define DEF_VERSION_STRING(a,b,c,d) #a ", " #b ", " #c ", " #d
//#define VERSION_STRING DEF_VERSION_STRING(a,b,c,d)

#define COPYRIGHTYEARINT 2007
#define COPYRIGHTYEAR "2007"