diff options
author | Soren Sandmann <sandmann@daimi.au.dk> | 2008-04-28 01:04:02 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2008-04-28 01:04:02 +0000 |
commit | 43bae732ab7c856a521303f13a5ccc3496a64716 (patch) | |
tree | f382934e22e6ec7eb647d446cb1683478b720d46 /sysprof.c | |
parent | ec85bc0d2a7baf1d566416fc5335af4f183eed39 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |