1
0
mirror of https://github.com/rene-dev/stmbl.git synced 2024-12-20 07:32:10 +00:00
stmbl/src/version.c
2016-09-15 08:58:25 +02:00

9 lines
182 B
C

#include "version.h"
volatile const struct version_info version_info = {
.product_name = "STMBL",
.major = 0,
.minor = 9,
.patch = 8
};