Better automatic version numbering (now for all processes), added -v switch for version display to all processes.

This commit is contained in:
Thulinma 2011-10-31 15:23:46 +01:00
parent 3f3d6c0222
commit 2468bd288b
3 changed files with 27 additions and 103 deletions

View file

@ -5,6 +5,9 @@
#include <string>
#include <map>
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)
/// Contains utility code, not directly related to streaming media
namespace Util{