summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-08-21 18:49:29 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-08-21 18:49:29 +0200
commiteaf4cc299d95101d0aa672ad36a3ade6d70b93e7 (patch)
treed9ddb8d7f8c29b6c566099f4cf9bda520b318855 /src
parentecf5ecc70e8d71449a1b8d40496e4906e65457ea (diff)
downloadpianobar-2010.08.21.tar.gz
pianobar-2010.08.21.tar.bz2
pianobar-2010.08.21.zip
Preparing for release 2010.08.212010.08.21
Diffstat (limited to 'src')
-rw-r--r--src/config.h2
-rw-r--r--src/main.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 39ab51d..ddfa818 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,4 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
+#define VERSION "2010.08.21"
+
#endif /* _CONFIG_H */
diff --git a/src/main.c b/src/main.c
index 4c15698..19cdad2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -84,7 +84,8 @@ int main (int argc, char **argv) {
BarSettingsInit (&app.settings);
BarSettingsRead (&app.settings);
- BarUiMsg (MSG_NONE, "Welcome to " PACKAGE "! Press %c for a list of commands.\n",
+ BarUiMsg (MSG_NONE, "Welcome to " PACKAGE " (" VERSION ")! "
+ "Press %c for a list of commands.\n",
app.settings.keys[BAR_KS_HELP]);
/* init fds */