Skip to content

Commit 36cef5b

Browse files
committed
Update version
1 parent 0a94afd commit 36cef5b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Thu Dec 26 10:00:30 2018 -0800
2+
Fixed IPV6 parsing logic.
3+
Added tests to support IP parsing, URL parsing and utilities
4+
15
Thu Nov 22 20:58:00 2018 -0800
26
Solved problem with the server not being able to start on mac os
37

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],[15])dnl
24+
m4_define([libhttpserver_MINOR_VERSION],[16])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)