Better automatic version numbering (now for all processes), added -v switch for version display to all processes.
This commit is contained in:
parent
3f3d6c0222
commit
2468bd288b
3 changed files with 27 additions and 103 deletions
|
@ -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{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue