File version.h¶ File List > external-docs > libDaisy > src > version.h Go to the documentation of this file Source Code¶ #pragma once #ifndef DSY_VERSION_H #define DSY_VERSION_H #define LIBDAISY_VER_MAJ 8 #define LIBDAISY_VER_MIN 1 #define LIBDAISY_VER_PATCH 0 #endif