Skip to content

Commit 4895f43

Browse files
author
Ubuntu
committed
Upgraded version
1 parent 4a632f1 commit 4895f43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Wed Feb 26 21:31:00 2017 +0000
2+
Fixed problem with segfault when copying http_response object
3+
14
Wed Feb 12 13:14:01 2017 +0000
25
Updated to libmicrohttpd 0.9.52
36

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
AC_PREREQ(2.57)
2323
m4_define([libhttpserver_MAJOR_VERSION],[0])dnl
24-
m4_define([libhttpserver_MINOR_VERSION],[12])dnl
24+
m4_define([libhttpserver_MINOR_VERSION],[13])dnl
2525
m4_define([libhttpserver_REVISION],[0])dnl
2626
m4_define([libhttpserver_PKG_VERSION],[libhttpserver_MAJOR_VERSION.libhttpserver_MINOR_VERSION.libhttpserver_REVISION])dnl
2727
m4_define([libhttpserver_LDF_VERSION],[libhttpserver_MAJOR_VERSION:libhttpserver_MINOR_VERSION:libhttpserver_REVISION])dnl

0 commit comments

Comments
 (0)