Skip to content

Commit 0725a7c

Browse files
committed
Fixed served unable to start on mac os
1 parent f8cdaa2 commit 0725a7c

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+
Thu Nov 22 20:58:00 2018 -0800
2+
Solved problem with the server not being able to start on mac os
3+
14
Sun Nov 04 19:28:00 2018 -0800
25
Moved http_endpoint as a sub-class of webserver. This avoids usage of friends.
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],[14])dnl
24+
m4_define([libhttpserver_MINOR_VERSION],[15])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)