Add a range to the SrcRewrite and a new config.

This commit is contained in:
Jonathan Naylor 2017-05-16 18:42:37 +01:00
parent f92ec4263f
commit 5eff056ed0
7 changed files with 54 additions and 25 deletions

View file

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