diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 2d335a9..2de1cfc 100644 --- a/src/config.h +++ b/src/config.h @@ -6,6 +6,8 @@ #define VERSION "2014.09.28-dev" +#define TITLE "Pianobar" + /* Visual C++ name restrict differently */ #ifdef _WIN32 #define restrict __restrict |