2019-06-03 16:07:15 +02:00
|
|
|
#pragma once
|
2021-08-23 09:21:30 +02:00
|
|
|
|
|
|
|
// This file is not used by the runtime, instead, a version is generated during
|
|
|
|
// compilation with only the version for the current build. This is kept in its
|
|
|
|
// own file so that not all files have to be recompiled for each new release.
|
|
|
|
//
|
|
|
|
// This file is only used by static analyzers and IDEs.
|
|
|
|
|
2021-09-20 10:16:59 +02:00
|
|
|
#include "esphome/core/macros.h"
|
|
|
|
|
2019-06-03 16:07:15 +02:00
|
|
|
#define ESPHOME_VERSION "dev"
|
2021-09-20 10:16:59 +02:00
|
|
|
#define ESPHOME_VERSION_CODE VERSION_CODE(2099, 12, 0)
|