diff options
author | Søren Sandmann <sandmann@redhat.com> | 2005-12-19 20:47:20 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-12-19 20:47:20 +0000 |
commit | e74cac5991042ee040df45c76c4bb1da36874541 (patch) | |
tree | 3b9d9f97fa2e63a0b626a70bf30121e55b5869d8 | |
parent | 00cd855468de509006f3cce2c89d5ba08ee5c476 (diff) |
=-=-=-= Release sysprof 1.0.1 =-=-=-=sysprof-1.0.1
Mon Dec 19 15:46:27 2005 Søren Sandmann <sandmann@redhat.com>
* =-=-=-= Release sysprof 1.0.1 =-=-=-=
* configure.ac: Bump version numbers
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Mon Dec 19 15:46:27 2005 Søren Sandmann <sandmann@redhat.com> + + * =-=-=-= Release sysprof 1.0.1 =-=-=-= + + * configure.ac: Bump version numbers + Mon Dec 19 15:39:52 2005 Søren Sandmann <sandmann@redhat.com> * module/sysprof-module.c (timer_notify): Make kernel module diff --git a/configure.ac b/configure.ac index 39a7375..51b3d80 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([sysprof], [1.0]) +AC_INIT([sysprof], [1.0.1]) AC_CONFIG_SRCDIR(sysprof.glade) AM_INIT_AUTOMAKE(no-define) |