libDaisy
Hardware Library for Daisy
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
version.h
Go to the documentation of this file.
1#pragma once
2#ifndef DSY_VERSION_H
3#define DSY_VERSION_H
4
5#define LIBDAISY_VER_MAJ 4
6#define LIBDAISY_VER_MIN 0
7#define LIBDAISY_VER_PATCH 0
8
9#endif