Bump the version.

This commit is contained in:
Jonathan Naylor 2016-01-26 20:49:07 +00:00
parent 72fcd64942
commit e0be09fd07

View file

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