Remove silly asserts.

This commit is contained in:
Jonathan Naylor
2017-05-07 08:45:17 +01:00
parent 1ef304ae88
commit 16c943b551
3 changed files with 3 additions and 5 deletions

View File

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