1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-06 11:53:45 +01:00

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

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)