SmartMesh QSL for STM32F4 version

Fork of COG-AD4050_QSL by APS Lab

Revision:
0:8ca1e814a851
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sm_clib/dn_clib_version.h	Wed May 02 09:26:10 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef DN_CLIB_VERSION_H
+#define DN_CLIB_VERSION_H
+
+#include "dn_clib_build.h"
+
+enum {
+   VER_MAJOR = 1,
+   VER_MINOR = 0,
+   VER_PATCH = 2,
+};
+
+#endif