This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/deps/cdk-5.0-20161210/version.c
2017-03-20 21:40:32 +10:00

12 lines
204 B
C

#include <cdk.h>
/*
* $Author: tom $
* $Date: 2012/03/20 22:06:08 $
* $Revision: 1.2 $
*/
const char *CDKVersion (void)
{
return CDK_VERSION_MAJOR "." CDK_VERSION_MINOR " - " CDK_VERSION_PATCH;
}