
5 Nov
2013
5 Nov
'13
2:23 a.m.
commit 1f2350c69aa0b32ef0914612887a213064336508 Author: David Fifield <david@bamsoftware.com> Date: Mon Nov 4 18:18:32 2013 -0800 Increase VERSION to 1.4. --- ChangeLog | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3579d3b..3ef4550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +Changes in version 1.4 o Allowed websocket-server to gracefully handle SIGTERM. o Makefiles that install now obey DESTDIR to install relative to a diff --git a/Makefile b/Makefile index 19e6005..360a6f0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.3 +VERSION = 1.4 DESTDIR = PREFIX = /usr/local