aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-09-23 23:02:09 +0100
committerFreeArtMan <dos21h@gmail.com>2017-09-23 23:02:09 +0100
commit1dcf41797bda73d9c9c286d1eff8309ee2148e13 (patch)
tree8ddef55d19ffb2eca5222b7f112c82f30a16248b /cmd
parentc2f9ce9c4b65ee53cd0c070895833215185061f3 (diff)
downloadagni-1dcf41797bda73d9c9c286d1eff8309ee2148e13.tar.gz
agni-1dcf41797bda73d9c9c286d1eff8309ee2148e13.zip
Moved RPC protocol file to main source
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cmd_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_version.c b/cmd/cmd_version.c
index f436eb1..e1c7de5 100644
--- a/cmd/cmd_version.c
+++ b/cmd/cmd_version.c
@@ -9,7 +9,7 @@ void *cmd_version(void *data)
printf("VERSION\n");
- snprintf(buf, buf_size, "VERSION:0.0.6" " DATE:" VERSION_DATE " COMMIT:" VERSION_COMMIT "");
+ snprintf(buf, buf_size, "VERSION:0.0.7" " DATE:" VERSION_DATE " COMMIT:" VERSION_COMMIT "");
ret = alloc_new_str(buf);