ESPHome
2024.10.2
esphome
esphome
core
version.h
Go to the documentation of this file.
1
#pragma once
2
3
// This file is not used by the runtime, instead, a version is generated during
4
// compilation with only the version for the current build. This is kept in its
5
// own file so that not all files have to be recompiled for each new release.
6
//
7
// This file is only used by static analyzers and IDEs.
8
9
#include "
esphome/core/macros.h
"
10
11
#define ESPHOME_VERSION "dev"
12
#define ESPHOME_VERSION_CODE VERSION_CODE(2099, 12, 0)
macros.h
Generated by
1.8.13