Skip to content

Commit

Permalink
add "number" version constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Jun 3, 2024
1 parent 0ee73d9 commit fa24b69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/bluepad32/include/uni_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
#ifndef UNI_VERSION_H
#define UNI_VERSION_H

// String version
#define UNI_VERSION "4.1.0"

// Number version, in case a 3rd party needs to check it
#define UNI_VERSION_MAJOR 4
#define UNI_VERSION_MINOR 1
#define UNI_VERSION_PATCH 0

extern const char* uni_version;

#endif // UNI_VERSION_H

0 comments on commit fa24b69

Please sign in to comment.