diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-04 11:16:56 (GMT) |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-06-04 11:16:56 (GMT) |
commit | 89318a1950de6aa372547911eade971c2a9c5a9e (patch) | |
tree | b9de947c0497ba126ac5b117e25bec33c959123e /configure.ac | |
parent | 6cdd748eb869ad4da2ee474b2a79a6d08b83100a (diff) | |
download | patchelf-89318a1950de6aa372547911eade971c2a9c5a9e.zip patchelf-89318a1950de6aa372547911eade971c2a9c5a9e.tar.gz patchelf-89318a1950de6aa372547911eade971c2a9c5a9e.tar.bz2 |
* Bump the version number.
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 |