From f1b8a0aae2ee64069a208b388b1478c6948775af Mon Sep 17 00:00:00 2001 From: "jkeating@localhost.localdomain" Date: Tue, 4 Aug 2009 15:57:16 -0700 Subject: Add fedora-hosted fedora-hosted is a command line tool to ineract with Fedora Hosted's Trac server via xmlrpc. It requires the offtrac python library as indicated in the spec file. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c4fcc49..918c051 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.3.7]) +AC_INIT([fedora-packager], [0.3.8]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_PATH_PROGS(PYTHON, python) AC_PATH_PROGS(BASH, sh bash) -- cgit