summaryrefslogtreecommitdiffstats
path: root/tools/CreateSetChunk/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CreateSetChunk/version.cpp')
-rw-r--r--tools/CreateSetChunk/version.cpp21
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
+};
+