summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfce4-session-logout/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session-logout/main.c b/xfce4-session-logout/main.c
index 19a5c9a1..d9067cef 100644
--- a/xfce4-session-logout/main.c
+++ b/xfce4-session-logout/main.c
@@ -132,7 +132,7 @@ main (int argc, char **argv)
if (opt_version)
{
g_print ("%s %s (Xfce %s)\n\n", PACKAGE_NAME, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2011");
+ g_print ("%s\n", "Copyright (c) 2004-2012");
g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print ("%s\n", _("Written by Benedikt Meurer <benny@xfce.org>"));
g_print ("%s\n\n", _("and Brian Tarricone <kelnos@xfce.org>."));