1
0
mirror of https://github.com/taigrr/tplinkController synced 2025-01-18 04:43:13 -08:00

Bump version to 1.1

This commit is contained in:
Jason Benaim 2018-11-24 05:29:50 -08:00
parent b66401d5a1
commit 2f0beec450

View File

@ -1,7 +1,7 @@
#ifndef __VERSION_H__
#define __VERSION_H__
#define VERSION_STRING "1.0"
#define VERSION_NUMBER (100)
#define VERSION_STRING "1.1"
#define VERSION_NUMBER (101)
#endif