diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/version.h b/version.h new file mode 100644 index 0000000..b5a65ab --- /dev/null +++ b/version.h @@ -0,0 +1,5 @@ +#ifndef __VERSION_H +#define __VERSION_H +#define VERSION_DATE "Sun May 7 16:28:02 BST 2017" +#define VERSION_COMMIT "417edbc Added new commands CMD,SHA1. Added support of params for commands. Fixed some bugs with uninitialised buffers" +#endif |