summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2009-07-13 08:44:27 -0500
committerDennis Gilmore <dennis@ausil.us>2009-07-13 08:44:27 -0500
commit2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6 (patch)
tree9742f6d5918e180a7bf0c9ce7cd2997f35892235 /configure.ac
parentac10ab6c14e2c9839b5d27e6ecb21395f5272d65 (diff)
downloadfedora-packager-2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6.tar.gz
fedora-packager-2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6.tar.xz
fedora-packager-2e58e8b7d92c7b2f376a6bbcf50ebdb3412a63b6.zip
add rpmbuild-md5 so that srpms can easily be made for oldstyle hases to do scratch builds on old distros from newer ones
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dad94fe..30cb903 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fedora-packager], [0.3.4])
+AC_INIT([fedora-packager], [0.3.5])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_PATH_PROGS(PYTHON, python)
AC_PATH_PROGS(BASH, sh bash)