add seq num to version; change header names; multi-param support

This commit is contained in:
Jeff Raymakers
2025-02-24 13:00:17 -08:00
parent 6a98d2eb7d
commit d2d3d0b2c1
4 changed files with 81 additions and 28 deletions

9
src/include/version.hpp Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#ifndef UI_EXTENSION_SEQ_NUM
#error "UI_EXTENSION_SEQ_NUM must be defined"
#endif
#ifndef UI_EXTENSION_GIT_SHA
#error "UI_EXTENSION_GIT_SHA must be defined"
#endif
#define UI_EXTENSION_VERSION UI_EXTENSION_SEQ_NUM "-" UI_EXTENSION_GIT_SHA