Skip to content

Commit

Permalink
Merge pull request #239 from dzbaker:fix-238
Browse files Browse the repository at this point in the history
Fix #238, updating cFS_GroundSystem to use new versioning system.
  • Loading branch information
dzbaker committed Jan 17, 2024
2 parents 0dd214d + 1fbf9e4 commit c214cdc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@

# Development Build Macro Definitions
_cFS_GrndSys_build_number = 43
_cFS_GrndSys_build_baseline = "v3.0.0-rc4"
_cFS_GrndSys_build_baseline = "equuleus-rc1"
_cFS_GrndSys_build_dev_cycle = "equuleus-rc2"
_cFS_GrndSys_build_codename = "Equuleus"

# Version Number Definitions see doxygen docs for definitions
_cFS_GrndSys_MAJOR = 2 # Major version number
Expand All @@ -31,7 +33,7 @@
# Reserved for mission use to denote patches/customizations as needed.
# Values 1-254 are reserved for mission use to denote patches/customizations as # needed. NOTE: Reserving 0 and 0xFF for cFS open-source development use
# (pending resolution of nasa/cFS#440)
_cFS_GrndSys_MISSIONREV = 255
_cFS_GrndSys_MISSIONREV = 255

# Development Build format for __version__
# Baseline git tag + Number of commits since baseline
Expand Down

0 comments on commit c214cdc

Please sign in to comment.