aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-04-13 07:09:06 +0000
committerChristian Grothoff <christian@grothoff.org>2008-04-13 07:09:06 +0000
commit09d4371e8f141cacd68f27c00b47f54e2706ee1c (patch)
treeda90e70ecd88f3f3d215bf95ab0b895680173e93 /src
parented40b21b6823dbf9e6b863c6f4850e1cc3893b92 (diff)
downloadlibmicrohttpd-09d4371e8f141cacd68f27c00b47f54e2706ee1c.tar.gz
libmicrohttpd-09d4371e8f141cacd68f27c00b47f54e2706ee1c.zip
rel
Diffstat (limited to 'src')
-rw-r--r--src/daemon/Makefile.am2
-rw-r--r--src/include/microhttpd.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index d44986ce..3658ea23 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = \
12 libmicrohttpd.la 12 libmicrohttpd.la
13 13
14libmicrohttpd_la_LDFLAGS = \ 14libmicrohttpd_la_LDFLAGS = \
15 -export-dynamic -version-info 3:2:0 $(retaincommand) 15 -export-dynamic -version-info 4:2:0 $(retaincommand)
16libmicrohttpd_la_SOURCES = \ 16libmicrohttpd_la_SOURCES = \
17 connection.c connection.h \ 17 connection.c connection.h \
18 reason_phrase.c reason_phrase.h \ 18 reason_phrase.c reason_phrase.h \
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d5eee29f..65ef6046 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 Christian Grothoff (and other contributing authors) 3 (C) 2006, 2007, 2008 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
@@ -84,7 +84,7 @@ extern "C"
84/** 84/**
85 * Current version of the library. 85 * Current version of the library.
86 */ 86 */
87#define MHD_VERSION 0x00020200 87#define MHD_VERSION 0x00030000
88 88
89/** 89/**
90 * MHD-internal return codes. 90 * MHD-internal return codes.