ESPHome 2025.5.0
Loading...
Searching...
No Matches
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
10
11#define ESPHOME_VERSION "dev"
12#define ESPHOME_VERSION_CODE VERSION_CODE(2099, 12, 0)