Skip to content
Snippets Groups Projects
NifVersion.h 768 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  3
#define VERSION_BUILD_INT  0
#define VERSION_PATCH_INT  0
#define VERSION_STRING "0, 3, 0, 0"

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

sacarrow's avatar
sacarrow committed
#define COPYRIGHTYEARINT 2008
#define COPYRIGHTYEAR "2008"