MythTV
master
libs
libmythbase
mythversion.h
Go to the documentation of this file.
1
#ifndef MYTHVERSION_H_
2
#define MYTHVERSION_H_
3
4
#include <qglobal.h>
5
#include "
mythbaseexp.h
"
6
#include "mythconfig.h"
7
8
#if ( QT_VERSION < QT_MIN_VERSION )
9
#error "You need a newer version of Qt to compile MythTV. Please re-run 'configure'."
10
#endif
11
15
#define MYTH_BINARY_VERSION "32.20200101-1"
16
47
#define MYTH_PROTO_VERSION "91"
48
#define MYTH_PROTO_TOKEN "BuzzOff"
49
/*
50
* Protocol cleanups needed:
51
*
52
* Inconsistent handling of invalid QDateTime objects:
53
* QUERY_PIXMAP_GET_IF_MODIFIED -> QString("-1")
54
* QUERY_PIXMAP_LASTMODIFIED -> "BAD"
55
* QUERY_SG_FILEQUERY -> QString((uint)-1) -> "4294967295"
56
* Everything that serializes ProgramInfo
57
* -> QString((uint)-1) -> "4294967295"
58
*/
59
77
#define MYTH_DATABASE_VERSION "1367"
78
79
MBASE_PUBLIC
const
char
*
GetMythSourceVersion
();
80
MBASE_PUBLIC
const
char
*
GetMythSourcePath
();
81
82
#endif
mythbaseexp.h
MBASE_PUBLIC
#define MBASE_PUBLIC
Definition:
mythbaseexp.h:15
GetMythSourceVersion
const MBASE_PUBLIC char * GetMythSourceVersion()
Definition:
mythcoreutil.cpp:313
GetMythSourcePath
const MBASE_PUBLIC char * GetMythSourcePath()
Definition:
mythcoreutil.cpp:318
Generated on Mon Jan 25 2021 03:16:48 for MythTV by
1.8.17