Improve silence fillin messages.

This commit is contained in:
Jonathan Naylor
2016-02-18 19:57:11 +00:00
parent 6c0c553a47
commit 9a3fe18e91
3 changed files with 11 additions and 13 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20160217";
const char* VERSION = "20160218";
#endif