Add ESPHOME_VERSION_CODE define (#2324)

This commit is contained in:
Oxan van Leeuwen
2021-09-20 10:16:59 +02:00
committed by GitHub
parent 9ebe075f9b
commit 7452ef23b1
2 changed files with 15 additions and 2 deletions
+3
View File
@@ -6,4 +6,7 @@
//
// This file is only used by static analyzers and IDEs.
#include "esphome/core/macros.h"
#define ESPHOME_VERSION "dev"
#define ESPHOME_VERSION_CODE VERSION_CODE(2099, 12, 0)