diff --git a/version/version.h b/version/version.h deleted file mode 100644 index 2073bd4498..0000000000 --- a/version/version.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -// This header is auto generated by script -namespace Version -{ - static unsigned int const MAJOR = 0; - static unsigned int const MINOR = 1; - static unsigned int const BUILD = 101207; - #define VERSION_STRING "0.1.101207.5950fce.altered" - #define VERSION_DATE_STRING "Tue Dec 7 22:57:25 UTC 2010" -} -