diff options
author | Søren Sandmann <sandmann@redhat.com> | 2005-06-19 19:43:02 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-06-19 19:43:02 +0000 |
commit | 8e4696a4a1703a7ccc1297c51849e02bb73ba34b (patch) | |
tree | c79c90bd01849bacf81eee5c44a1cb410ae46802 /configure.ac | |
parent | 18abd9e1e674c22dd11a0d4b9d6f18d49904d4f9 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bca61a9..1382145 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([sysprof], [0.9]) +AC_INIT([sysprof], [0.91]) AC_CONFIG_SRCDIR(sysprof.glade) AM_INIT_AUTOMAKE(no-define) |