mirror of
https://github.com/rene-dev/stmbl.git
synced 2024-12-20 07:32:10 +00:00
9 lines
182 B
C
9 lines
182 B
C
#include "version.h"
|
|
|
|
volatile const struct version_info version_info = {
|
|
.product_name = "STMBL",
|
|
.major = 0,
|
|
.minor = 9,
|
|
.patch = 8
|
|
};
|