old release diff

This commit is contained in:
Christian Grothoff
2011-11-13 12:34:54 +00:00
parent fd9430bbef
commit 7e0cf71fae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,8 +21,8 @@
#
#
AC_PREREQ(2.57)
AC_INIT([libmicrohttpd], [0.9.15],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.15])
AC_INIT([libmicrohttpd], [0.9.16],[libmicrohttpd@gnu.org])
AM_INIT_AUTOMAKE([libmicrohttpd], [0.9.16])
AM_CONFIG_HEADER([MHD_config.h])
AC_CONFIG_MACRO_DIR([m4])
AH_TOP([#define _GNU_SOURCE 1])
+1 -1
View File
@@ -106,7 +106,7 @@ extern "C"
/**
* Current version of the library.
*/
#define MHD_VERSION 0x00090F01
#define MHD_VERSION 0x00091000
/**
* MHD-internal return code for "YES".