00001 #ifndef MYTHVERSION_H_
00002 #define MYTHVERSION_H_
00003
00004 #include "qglobal.h"
00005 #include "mythbaseexp.h"
00006 #include "version.h"
00007
00008 #if ( QT_VERSION < 0x040600 )
00009 #error You need Qt version >= 4.6.0 to compile MythTV.
00010 #endif
00011
00015 #define MYTH_BINARY_VERSION "0.26.20120509-1"
00016
00038 #define MYTH_PROTO_VERSION "74"
00039 #define MYTH_PROTO_TOKEN "SingingPotato"
00040
00054 #if 0
00055 *
00056 * MythTV PHP Bindings
00057 * mythtv/bindings/php/MythBackend.php
00058 #endif
00059
00060 #define MYTH_DATABASE_VERSION "1302"
00061
00062
00063 MBASE_PUBLIC const char *GetMythSourceVersion();
00064
00065 #endif
00066