// =====================================
// Turing Machine (C++ Implementation)
// Alex Vinokur
// http://up.to/alexvn
// =====================================
// ================
// File version.cpp
// ================
// ###############
#include "version.h"
const char product_name[] = "Turing Machine (C++ Implementation)";
const char author_name[] = "Alex Vinokur";
const char author_url[] = "http://up.to/alexvn";
const char author_email[] = "alexvn@go.to, alexv@hitechclub.com";
const char sw_version[] = "Version 1.0";
const char sw_machine[] = "Windows 2000";