summaryrefslogtreecommitdiff
path: root/nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-04-14 22:04:32 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-04-14 22:04:32 +0200
commit2e13c372f1419f08dab7797b244681f889dd9bcf (patch)
tree995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h
parent620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff)
nrfdemo
Diffstat (limited to 'nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h')
-rw-r--r--nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h b/nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h
new file mode 100644
index 0000000..26d411d
--- /dev/null
+++ b/nrfdemo/build/mcuboot/zephyr/include/generated/app_version.h
@@ -0,0 +1,25 @@
+#ifndef _APP_VERSION_H_
+#define _APP_VERSION_H_
+
+/* values come from cmake/version.cmake
+ * BUILD_VERSION related values will be 'git describe',
+ * alternatively user defined BUILD_VERSION.
+ */
+
+/* #undef ZEPHYR_VERSION_CODE */
+/* #undef ZEPHYR_VERSION */
+
+#define APPVERSION 0x2010000
+#define APP_VERSION_NUMBER 0x20100
+#define APP_VERSION_MAJOR 2
+#define APP_VERSION_MINOR 1
+#define APP_PATCHLEVEL 0
+#define APP_TWEAK 0
+#define APP_VERSION_STRING "2.1.0-dev"
+#define APP_VERSION_EXTENDED_STRING "2.1.0-dev+0"
+#define APP_VERSION_TWEAK_STRING "2.1.0+0"
+
+#define APP_BUILD_VERSION v2.1.0-ncs1
+
+
+#endif /* _APP_VERSION_H_ */