Skip to content

Commit

Permalink
Updated version macros in preparation for the next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
feaser committed Jun 15, 2022
1 parent c148b0d commit 332b077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/microtbx.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ extern "C" {
* Version definitions
****************************************************************************************/
/** \brief Main version number of MicroTBX. */
#define TBX_VERSION_MAIN (0U)
#define TBX_VERSION_MAIN (1U)

/** \brief Minor version number of MicroTBX. */
#define TBX_VERSION_MINOR (9U)
#define TBX_VERSION_MINOR (0U)

/** \brief Patch number of MicroTBX. */
#define TBX_VERSION_PATCH (5U)
#define TBX_VERSION_PATCH (0U)


/****************************************************************************************
Expand Down

0 comments on commit 332b077

Please sign in to comment.