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

8 lines
111 B
C

#ifndef __VERSION_H__
#define __VERSION_H__
#define VERSION_STRING "1.1"
#define VERSION_NUMBER (101)
#endif