summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 26f3e5cb..a7e0a296 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@
application launcher, compatible with GNU/Linux and most other POSIX systems
- Copyright (C) 2009-2012 Alexey Yakovenko
+ Copyright (C) 2009-2013 Alexey Yakovenko
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@@ -862,7 +862,7 @@ main (int argc, char *argv[]) {
return 0;
}
else if (!strcmp (argv[i], "--version")) {
- fprintf (stdout, "DeaDBeeF " VERSION " Copyright © 2009-2012 Alexey Yakovenko\n");
+ fprintf (stdout, "DeaDBeeF " VERSION " Copyright © 2009-2013 Alexey Yakovenko\n");
return 0;
}
else if (!strcmp (argv[i], "--gui")) {