-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,12 @@ | ||
# encoding: ascii-8bit | ||
|
||
# Copyright 2021 Ball Aerospace & Technologies Corp. | ||
# All Rights Reserved. | ||
# | ||
# This program is free software; you can modify and/or redistribute it | ||
# under the terms of the GNU Affero General Public License | ||
# as published by the Free Software Foundation; version 3 with | ||
# attribution addendums as found in the LICENSE.txt | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Affero General Public License for more details. | ||
# | ||
# This program may also be used under the terms of a commercial or | ||
# enterprise edition license of COSMOS if purchased from the | ||
# copyright holder | ||
|
||
COSMOS_VERSION = '5.0.0' | ||
module Cosmos | ||
module Version | ||
MAJOR = '5' | ||
MINOR = '0' | ||
PATCH = '0' | ||
BUILD = '48928b6fe0b9b110ef3a6c613b7eae5e25643916' | ||
BUILD = '4018499331b33e145abf128e13f31eeadd3f3c48' | ||
end | ||
VERSION = '5.0.0' | ||
end |