summaryrefslogtreecommitdiff
path: root/sysprof.c
diff options
context:
space:
mode:
authorSoren Sandmann <sandmann@daimi.au.dk>2008-04-28 01:04:02 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2008-04-28 01:04:02 +0000
commit43bae732ab7c856a521303f13a5ccc3496a64716 (patch)
treef382934e22e6ec7eb647d446cb1683478b720d46 /sysprof.c
parentec85bc0d2a7baf1d566416fc5335af4f183eed39 (diff)
-=-=-=- Release sysprof 1.0.10 -=-=-=-sysprof-1.0.10
2008-04-27 Soren Sandmann <sandmann@daimi.au.dk> * -=-=-=- Release sysprof 1.0.10 -=-=-=- * configure.ac: Bump version * sysprof.c: Bump year * module/sysprof-module.c: Make it compile with 2.6.25 svn path=/branches/sysprof-1-0/; revision=416
Diffstat (limited to 'sysprof.c')
-rw-r--r--sysprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprof.c b/sysprof.c
index 49d4e95..7024497 100644
--- a/sysprof.c
+++ b/sysprof.c
@@ -872,7 +872,7 @@ on_about_activated (GtkWidget *widget, gpointer data)
gtk_show_about_dialog (GTK_WINDOW (app->main_window),
"logo", app->icon,
"name", APPLICATION_NAME,
- "copyright", "Copyright 2004-2007, S"OSLASH"ren Sandmann",
+ "copyright", "Copyright 2004-2008, S"OSLASH"ren Sandmann",
"version", PACKAGE_VERSION,
NULL);
}