Add version information

Sun Jun 19 15:39:50 2005  Søren Sandmann  <sandmann@redhat.com>

	* sysprof.c (on_about_activated): Add version information

	* configure.ac: Bump version to 0.91

	* README: Updates
This commit is contained in:
Søren Sandmann
2005-06-19 19:43:02 +00:00
committed by Søren Sandmann Pedersen
parent 18abd9e1e6
commit 8e4696a4a1
6 changed files with 69 additions and 19 deletions

View File

@ -873,6 +873,7 @@ on_about_activated (GtkWidget *widget, gpointer data)
"logo", app->icon,
"name", APPLICATION_NAME,
"copyright", "Copyright 2004-2005, S"OSLASH"ren Sandmann",
"version", PACKAGE_VERSION,
NULL);
}