aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-09-05 18:19:10 +0100
committerFreeArtMan <dos21h@gmail.com>2017-09-05 18:19:10 +0100
commita910bc4131984ca5a1e0860dc89073586197a4ba (patch)
tree40fc8a9ec6297dfee4bf1fb3c4a4a1e3a06c0a4a /version.h
parent1885184932474907f67208e12902fc7a64818112 (diff)
downloadagni-a910bc4131984ca5a1e0860dc89073586197a4ba.tar.gz
agni-a910bc4131984ca5a1e0860dc89073586197a4ba.zip
Added IF_NULL added some malloc/free safety
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index ff4f3be..ee55e1b 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#ifndef __VERSION_H
#define __VERSION_H
-#define VERSION_DATE "Tue Aug 22 21:58:35 BST 2017"
-#define VERSION_COMMIT "be39425 New version"
+#define VERSION_DATE "Tue Sep 5 18:08:09 BST 2017"
+#define VERSION_COMMIT "1885184 update netbyte lib, add rpc lib"
#endif