gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19577 - in libmicrohttpd: . src/include


From: gnunet
Subject: [GNUnet-SVN] r19577 - in libmicrohttpd: . src/include
Date: Tue, 31 Jan 2012 17:53:57 +0100

Author: grothoff
Date: 2012-01-31 17:53:57 +0100 (Tue, 31 Jan 2012)
New Revision: 19577

Modified:
   libmicrohttpd/ChangeLog
   libmicrohttpd/configure.ac
   libmicrohttpd/src/include/microhttpd.h
Log:
releasing 0.9.19

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2012-01-31 16:44:35 UTC (rev 19576)
+++ libmicrohttpd/ChangeLog     2012-01-31 16:53:57 UTC (rev 19577)
@@ -1,3 +1,6 @@
+Tue Jan 31 17:50:24 CET 2012
+       Releasing 0.9.19. -CG
+
 Mon Jan 30 20:02:34 CET 2012
        Fixed handling of garbage prior to first multipart boundary
        (#2126). -woof

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2012-01-31 16:44:35 UTC (rev 19576)
+++ libmicrohttpd/configure.ac  2012-01-31 16:53:57 UTC (rev 19577)
@@ -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],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.18])
+AC_INIT([libmicrohttpd], [0.9.19],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.19])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2012-01-31 16:44:35 UTC (rev 
19576)
+++ libmicrohttpd/src/include/microhttpd.h      2012-01-31 16:53:57 UTC (rev 
19577)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091201
+#define MHD_VERSION 0x00091300
 
 /**
  * MHD-internal return code for "YES".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]