diff options
Diffstat (limited to 'tools/CreateSetChunk/version.cpp')
-rw-r--r-- | tools/CreateSetChunk/version.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/CreateSetChunk/version.cpp b/tools/CreateSetChunk/version.cpp new file mode 100644 index 0000000..ac9ae2b --- /dev/null +++ b/tools/CreateSetChunk/version.cpp @@ -0,0 +1,21 @@ +/*=========================================================================== + + File:: version.cpp + + Copyright (c) Radical Entertainment, Inc. All rights reserved. + +===========================================================================*/ + +#include <stdio.h> +#include "version.hpp" + +char* version = "1.0.1"; + +/* History */ + +char* versioninfo[] = { + "1.0.1 Perserve tMultiControllers, just remove texture animation.", + "1.0.0 Initial version.", + NULL +}; + |