summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Sławiński2006-09-13 12:37:54 +0200
committerJoshua Judson Rosen2014-07-17 21:15:02 +0200
commit48bc33c5c5cf16fb42b1794c1f9c1887933daf15 (patch)
treefe8a5059a47af5ef2526af5351658f463304241e /configure.ac
parentv0.8.1 (diff)
downloadapf-48bc33c5c5cf16fb42b1794c1f9c1887933daf15.tar.gz
v0.8.2
- Fixed: bug in resource deallocation for remote admin clients
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 b09785c..dd39ada 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.8.1], [jeremian@poczta.fm], [apf])
-AM_INIT_AUTOMAKE([apf], [0.8.1])
+AC_INIT([Active port forwarder], [0.8.2], [jeremian@poczta.fm], [apf])
+AM_INIT_AUTOMAKE([apf], [0.8.2])
AC_COPYRIGHT([
Copyright (C) 2003-2006 jeremian - <jeremian [[at]] poczta.fm>
===================