Skip to content

Commit

Permalink
Fix #238, updating cFS_GroundSystem to use new versioning system.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbaker committed Dec 26, 2023
1 parent 0dd214d commit d78a49d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

# 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_type = "Development Build"
_cFS_GrndSys_build_codename = "Equuleus"

# Version Number Definitions see doxygen docs for definitions
_cFS_GrndSys_MAJOR = 2 # Major version number
Expand All @@ -31,7 +34,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 = 0

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

0 comments on commit d78a49d

Please sign in to comment.