summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--include/nsutils/endian.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b754ad..b086bed 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
# Component settings
COMPONENT := nsutils
-COMPONENT_VERSION := 0.0.4
+COMPONENT_VERSION := 0.0.5
# Default to a static library
COMPONENT_TYPE ?= lib-static
diff --git a/include/nsutils/endian.h b/include/nsutils/endian.h
index a624166..0e4bad0 100644
--- a/include/nsutils/endian.h
+++ b/include/nsutils/endian.h
@@ -10,7 +10,7 @@
* Endianness helper functions.
*/
-#ifndef NSUTILS_ENDIAN_H_
+#ifndef NSUTILS_ENDIAN_H__
#define NSUTILS_ENDIAN_H__
#include <inttypes.h>