blob: ac9ae2b83f5b200a329fa1e4bbfda8894d910aa1 (
plain) (
tree)
|
|
/*===========================================================================
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
};
|