diff options
author | fche <fche> | 2005-09-07 20:20:20 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-07 20:20:20 +0000 |
commit | 4b8244a2a522ce6eb8df99a496a9280a736daa1c (patch) | |
tree | eba9eb3557a43874750a5f86032a8f40f2195f9c /configure.ac | |
parent | ea4c544b881ca6c20d0097e326c0a2880f58e35a (diff) | |
download | systemtap-steved-4b8244a2a522ce6eb8df99a496a9280a736daa1c.tar.gz systemtap-steved-4b8244a2a522ce6eb8df99a496a9280a736daa1c.tar.xz systemtap-steved-4b8244a2a522ce6eb8df99a496a9280a736daa1c.zip |
bumping version number
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 f5b640c2..bc70b188 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 0.4, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.4.1, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |