mirror of
https://github.com/SasaKaranovic/winfidel-sensor.git
synced 2026-07-08 17:52:35 +02:00
9 lines
167 B
C
9 lines
167 B
C
#ifndef __WINFIDEL_FW_VERSION_H__
|
|
#define __WINFIDEL_FW_VERSION_H__
|
|
|
|
#define VERSION_MAJOR 2025
|
|
#define VERSION_MINOR 2
|
|
#define VERSION_PATCH 22
|
|
|
|
#endif
|