From 89318a1950de6aa372547911eade971c2a9c5a9e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Jun 2008 11:16:56 +0000 Subject: * Bump the version number. --- configure.ac | 4 ++-- 1 file 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 -- cgit v0.12