Christian Grothoff 14 лет назад
Родитель
Сommit
0dbf57ab97
3 измененных файлов с 7 добавлено и 4 удалено
  1. 3 0
      ChangeLog
  2. 3 3
      configure.ac
  3. 1 1
      src/include/microhttpd.h

+ 3 - 0
ChangeLog

@@ -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

+ 3 - 3
configure.ac

@@ -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])

+ 1 - 1
src/include/microhttpd.h

@@ -106,7 +106,7 @@ extern "C"
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00091201
+#define MHD_VERSION 0x00091300
 
 /**
  * MHD-internal return code for "YES".