1
0
mirror of https://github.com/taigrr/tplinkController synced 2025-01-18 04:43:13 -08:00
tplinkController/version.h
2018-11-24 03:15:11 -08:00

8 lines
111 B
C

#ifndef __VERSION_H__
#define __VERSION_H__
#define VERSION_STRING "1.0"
#define VERSION_NUMBER (100)
#endif