summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Sławiński2005-11-16 20:53:54 +0100
committerJoshua Judson Rosen2014-07-17 21:15:00 +0200
commite1c93eb660b5e628c0d3c2bbdaf82dc24c07da84 (patch)
tree6e53f7909e980171ec1951c370929234eda07a9a /configure.ac
parentv0.7.4 (diff)
downloadapf-e1c93eb660b5e628c0d3c2bbdaf82dc24c07da84.tar.gz
v0.7.5
- Fixed: manageport option in the afclient config file - Fixed: severe bug in string_cp - Fixed: wrong connection type used by afclient when afserver used --nossl or --nozlib option - Fixed: broken keep-alive option
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 66d53ab..ae50dda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([Active port forwarder], [0.7.4], [jeremian@poczta.fm], [apf])
-AM_INIT_AUTOMAKE([apf], [0.7.4])
+AC_INIT([Active port forwarder], [0.7.5], [jeremian@poczta.fm], [apf])
+AM_INIT_AUTOMAKE([apf], [0.7.5])
AC_COPYRIGHT([
Copyright (C) 2003,2004,2005 jeremian - <jeremian [[at]] poczta.fm>
===================