Skip to content

Commit

Permalink
Merge pull request #171 from dzbaker:fix-145
Browse files Browse the repository at this point in the history
Fix #145, updating ci_lab to use new versioning system.
  • Loading branch information
dzbaker committed Jan 18, 2024
2 parents 7edde28 + 9819046 commit 44c28d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fsw/src/ci_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
#define CI_LAB_MINOR_VERSION 3 /*!< @brief Minor version number */
#define CI_LAB_REVISION 0 /*!< @brief Revision version number. Value of 0 indicates a development version.*/

/**
* @brief Last official release.
*/
#define CI_LAB_LAST_OFFICIAL "v2.3.0"

/*!
* @brief Mission revision.
*
Expand All @@ -60,6 +65,7 @@
*
* Maximum length that a CI Lab version string can be.
*
*/
#define CI_LAB_CFG_MAX_VERSION_STR_LEN 256

#endif

0 comments on commit 44c28d3

Please sign in to comment.