summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Sławiński2006-11-22 14:17:55 +0100
committerJoshua Judson Rosen2014-07-17 21:15:03 +0200
commit0136c76f966b0d74ff0666abb5dd7a1a2516f931 (patch)
tree7c04e4f13caa74a5a66feae440a34a5fa49722f1 /configure.ac
parentv0.8.2 (diff)
downloadapf-0136c76f966b0d74ff0666abb5dd7a1a2516f931.tar.gz
v0.8.3
- Fixed: bug in udp_listen function when AF_INET6 is not defined
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 dd39ada..fda1509 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.2], [jeremian@poczta.fm], [apf])
-AM_INIT_AUTOMAKE([apf], [0.8.2])
+AC_INIT([Active port forwarder], [0.8.3], [jeremian@poczta.fm], [apf])
+AM_INIT_AUTOMAKE([apf], [0.8.3])
AC_COPYRIGHT([
Copyright (C) 2003-2006 jeremian - <jeremian [[at]] poczta.fm>
===================