diff options
-rw-r--r-- | cmd/cmd_version.c | 2 | ||||
-rw-r--r-- | nbrpc.c (renamed from extlibs/nbrpc.c) | 0 | ||||
-rw-r--r-- | nbrpc.h (renamed from extlibs/nbrpc.h) | 4 |
3 files changed, 3 insertions, 3 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); diff --git a/extlibs/nbrpc.c b/nbrpc.c index 9adde5d..9adde5d 100644 --- a/extlibs/nbrpc.c +++ b/nbrpc.c diff --git a/extlibs/nbrpc.h b/nbrpc.h index 6583b51..2c7b479 100644 --- a/extlibs/nbrpc.h +++ b/nbrpc.h @@ -1,5 +1,5 @@ -#ifndef __NBRPC_H -#define __NBRPC_H +#ifndef __AGNI_NBRPC_H +#define __AGNI_NBRPC_H #include <netbytes.h> |