mirror of https://github.com/JAJames/Jupiter.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
627 B
18 lines
627 B
/**
|
|
* Copyright (C) Justin James - All Rights Reserved.
|
|
* Unauthorized use or copying of this file via any medium is strictly prohibited.
|
|
* This document is proprietary and confidential.
|
|
* This document should be immediately destroyed unless given explicit permission by Justin James.
|
|
* Written by Justin James <justin.aj@hotmail.com>
|
|
*/
|
|
|
|
#include "Jupiter.h"
|
|
|
|
extern "C"
|
|
{
|
|
const char *Jupiter_version = JUPITER_VERSION;
|
|
const char *Jupiter_copyright = "Copyright (C) 2013-2014 Justin James - All Rights Reserved.";
|
|
}
|
|
|
|
const char *Jupiter::version = Jupiter_version;
|
|
const char *Jupiter::copyright = Jupiter_copyright;
|
|
|