gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23552 - in libmicrohttpd: . src/include
Date: Sat, 1 Sep 2012 20:51:43 +0200

Author: grothoff
Date: 2012-09-01 20:51:43 +0200 (Sat, 01 Sep 2012)
New Revision: 23552

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

Modified: libmicrohttpd/ChangeLog
===================================================================
--- libmicrohttpd/ChangeLog     2012-09-01 18:47:23 UTC (rev 23551)
+++ libmicrohttpd/ChangeLog     2012-09-01 18:51:43 UTC (rev 23552)
@@ -1,3 +1,6 @@
+Sat Sep  1 20:51:21 CEST 2012
+       Releasing libmicrohttpd 0.9.22. -CG
+
 Sat Sep  1 20:38:35 CEST 2012
        Adding configure option to allow selecting support for basic
        and digest authentication separately (#2525). -CG

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2012-09-01 18:47:23 UTC (rev 23551)
+++ libmicrohttpd/configure.ac  2012-09-01 18:51:43 UTC (rev 23552)
@@ -21,14 +21,14 @@
 #
 #
 AC_PREREQ(2.57)
-AC_INIT([libmicrohttpd], [0.9.21],address@hidden)
+AC_INIT([libmicrohttpd], [0.9.22],address@hidden)
 AM_INIT_AUTOMAKE([silent-rules])
 AM_CONFIG_HEADER([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])
 
 LIB_VERSION_CURRENT=26
-LIB_VERSION_REVISION=0
+LIB_VERSION_REVISION=1
 LIB_VERSION_AGE=16
 AC_SUBST(LIB_VERSION_CURRENT)
 AC_SUBST(LIB_VERSION_REVISION)

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2012-09-01 18:47:23 UTC (rev 
23551)
+++ libmicrohttpd/src/include/microhttpd.h      2012-09-01 18:51:43 UTC (rev 
23552)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091501
+#define MHD_VERSION 0x00091600
 
 /**
  * MHD-internal return code for "YES".




reply via email to

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