MythTV  master
mythversion.cpp
Go to the documentation of this file.
1 #include "mythversion.h"
2 
3 #include "version.h"
4 
5 const char *GetMythSourceVersion()
6 {
7  return MYTH_SOURCE_VERSION;
8 }
9 
10 const char *GetMythSourcePath()
11 {
12  return MYTH_SOURCE_PATH;
13 }
14 
15 /* vim: set expandtab tabstop=4 shiftwidth=4: */
GetMythSourceVersion
const char * GetMythSourceVersion()
Definition: mythversion.cpp:5
GetMythSourcePath
const char * GetMythSourcePath()
Definition: mythversion.cpp:10