gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14398 - in libmicrohttpd: . src/include
Date: Sun, 13 Feb 2011 11:31:51 +0100

Author: grothoff
Date: 2011-02-13 11:31:51 +0100 (Sun, 13 Feb 2011)
New Revision: 14398

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2011-02-13 09:53:44 UTC (rev 14397)
+++ libmicrohttpd/ChangeLog     2011-02-13 10:31:51 UTC (rev 14398)
@@ -1,6 +1,7 @@
 Sun Feb 13 10:52:29 CET 2011
        Handle gnutls receive error(s) for interrupted SSL
        connections better. -MS
+       Releasing libmicrohttpd 0.9.7. -CG
 
 Fri Feb 11 10:15:38 CET 2011
        Fixing parameter ordering in documentation (#1659). -wellska

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2011-02-13 09:53:44 UTC (rev 14397)
+++ libmicrohttpd/configure.ac  2011-02-13 10:31:51 UTC (rev 14398)
@@ -21,15 +21,15 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.6],address@hidden)
-AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.6])
+AC_INIT([libmicrohttpd], [0.9.7],address@hidden)
+AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.7])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
-LIB_VERSION_CURRENT=14
+LIB_VERSION_CURRENT=15
 LIB_VERSION_REVISION=0
-LIB_VERSION_AGE=4
+LIB_VERSION_AGE=5
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)
 AC_SUBST(LIB_VERSION_AGE)

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2011-02-13 09:53:44 UTC (rev 
14397)
+++ libmicrohttpd/src/include/microhttpd.h      2011-02-13 10:31:51 UTC (rev 
14398)
@@ -1,6 +1,6 @@
 /*
      This file is part of libmicrohttpd
-     (C) 2006, 2007, 2008, 2009, 2010 Christian Grothoff (and other 
contributing authors)
+     (C) 2006, 2007, 2008, 2009, 2010, 2011 Christian Grothoff (and other 
contributing authors)
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00090601
+#define MHD_VERSION 0x00090700
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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