aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-13 10:31:51 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-13 10:31:51 +0000
commitf1e95777a2d18079371320fe98f1112bf107f56d (patch)
tree34730afeacbc1fec9e21b290ee47eda7a5bcfa95 /src
parentae668d2eca7af0c3d31e8898e807a4398760525a (diff)
downloadlibmicrohttpd-f1e95777a2d18079371320fe98f1112bf107f56d.tar.gz
libmicrohttpd-f1e95777a2d18079371320fe98f1112bf107f56d.zip
097
Diffstat (limited to 'src')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 8f98bafa..67240fc8 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 (C) 2006, 2007, 2008, 2009, 2010 Christian Grothoff (and other contributing authors) 3 (C) 2006, 2007, 2008, 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
4 4
5 This library is free software; you can redistribute it and/or 5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
@@ -106,7 +106,7 @@ extern "C"
106/** 106/**
107 * Current version of the library. 107 * Current version of the library.
108 */ 108 */
109#define MHD_VERSION 0x00090601 109#define MHD_VERSION 0x00090700
110 110
111/** 111/**
112 * MHD-internal return code for "YES". 112 * MHD-internal return code for "YES".