|
|
@@ -1,5 +1,5 @@
|
|
|
# This file is part of libmicrohttpd.
|
|
|
-# (C) 2006, 2007, 2008, 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
|
|
|
+# (C) 2006-2012 Christian Grothoff (and other contributing authors)
|
|
|
#
|
|
|
# libmicrohttpd is free software; you can redistribute it and/or modify
|
|
|
# it under the terms of the GNU General Public License as published
|
|
|
@@ -21,8 +21,8 @@
|
|
|
#
|
|
|
#
|
|
|
AC_PREREQ(2.57)
|
|
|
-AC_INIT([libmicrohttpd], [0.9.18],[[email protected]])
|
|
|
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18])
|
|
|
+AC_INIT([libmicrohttpd], [0.9.19],[[email protected]])
|
|
|
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.19])
|
|
|
AM_CONFIG_HEADER([MHD_config.h])
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
AH_TOP([#define _GNU_SOURCE 1])
|