diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 56d1244..b148ac3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(patchelf, "0.4") +AC_INIT(patchelf, "0.5") AC_CONFIG_SRCDIR(Makefile.am) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) # Change to `1' to produce a `stable' release (i.e., the `preREVISION' # suffix is not added). -STABLE=1 +STABLE=0 # Put the revision number in the version. if test "$STABLE" != "1"; then |