Skip to content

Commit

Permalink
Update revision number to indicate development
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 6, 2022
1 parent 5bdd233 commit c29ca03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fsw/src/sc_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
* \{
*/

#define SC_MAJOR_VERSION 3 /**< \brief Major version number */
#define SC_MINOR_VERSION 1 /**< \brief Minor version number */
#define SC_REVISION 1 /**< \brief Revision number */
#define SC_MAJOR_VERSION 3 /**< \brief Major version number */
#define SC_MINOR_VERSION 1 /**< \brief Minor version number */
#define SC_REVISION 99 /**< \brief Revision number */

/**\}*/

Expand Down

0 comments on commit c29ca03

Please sign in to comment.