summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-06-04 11:16:56 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-06-04 11:16:56 +0000
commit89318a1950de6aa372547911eade971c2a9c5a9e (patch)
treeb9de947c0497ba126ac5b117e25bec33c959123e /configure.ac
parent6cdd748eb869ad4da2ee474b2a79a6d08b83100a (diff)
downloadpatchelf-89318a1950de6aa372547911eade971c2a9c5a9e.tar.gz
* Bump the version number.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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