summaryrefslogtreecommitdiff
path: root/src/activefor.h
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 /src/activefor.h
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 'src/activefor.h')
-rw-r--r--src/activefor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activefor.h b/src/activefor.h
index 4fcdbe0..31284b9 100644
--- a/src/activefor.h
+++ b/src/activefor.h
@@ -51,7 +51,7 @@
#define S_STATE_STOPPED 11
#define S_STATE_OPENING_CLOSED 17
-#define AF_VER(info) info" v0.7.4"
+#define AF_VER(info) info" v0.7.5"
#define TYPE_TCP 1
#define TYPE_UDP 3