// =====================================
// Turing Machine (C++ Implementation)
// Alex Vinokur
// http://up.to/alexvn
// =====================================
// ===============
// File version.h
// ===============
// ###############
#ifndef _VERSION_H
#define _VERSION_H
extern const char product_name[];
extern const char author_name[];
extern const char author_url[];
extern const char author_email[];
extern const char sw_version[];
extern const char sw_machine[];
#endif // _VERSION_H