Skip to content

Commit

Permalink
Release COSMOS 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Mar 9, 2020
1 parent 41a1376 commit 35db703
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"lib/cosmos/tools/tlm_viewer/tlm_viewer_config.rb" 0xD1CF7B70
"lib/cosmos/tools/tlm_viewer/screen.rb" 0x007BDC26
"lib/cosmos/tools/handbook_creator/handbook_creator_config.rb" 0x9706590F
"lib/cosmos/tools/handbook_creator/handbook_creator.rb" 0xA0E1DA06
"lib/cosmos/tools/handbook_creator/handbook_creator.rb" 0x1F9BF5BB
"lib/cosmos/tools/opengl_builder/opengl_builder.rb" 0x2D82B6FB
"lib/cosmos/tools/opengl_builder/scene_config.rb" 0x15B59793
"lib/cosmos/tools/script_runner/script_audit.rb" 0xAAEFBDF7
Expand Down Expand Up @@ -233,7 +233,7 @@
"lib/cosmos/script/limits.rb" 0x9693149E
"lib/cosmos/script/telemetry.rb" 0x19F63F52
"lib/cosmos/script/commands.rb" 0x13531FE3
"lib/cosmos/script/extract.rb" 0x31199456
"lib/cosmos/script/extract.rb" 0xE39029E6
"lib/cosmos/script/script.rb" 0xA19681FC
"lib/cosmos/script/replay.rb" 0xEB08C485
"lib/cosmos/script/tools.rb" 0xB30033A7
Expand Down Expand Up @@ -447,7 +447,7 @@
"lib/cosmos/win32/win32_main.rb" 0x722DDE0D
"lib/cosmos/win32/excel.rb" 0x72BFBAC2
"lib/cosmos/win32/win32.rb" 0xBCECA922
"lib/cosmos/version.rb" 0x0FA2BCFD
"lib/cosmos/version.rb" 0xCC5AC5BC
"lib/cosmos/interfaces/interface.rb" 0xFC517874
"lib/cosmos/interfaces/udp_interface.rb" 0xE673DC8E
"lib/cosmos/interfaces/protocols/terminated_protocol.rb" 0xE6AAACCA
Expand All @@ -456,15 +456,15 @@
"lib/cosmos/interfaces/protocols/ignore_packet_protocol.rb" 0xC5443C01
"lib/cosmos/interfaces/protocols/override_protocol.rb" 0x64479CFF
"lib/cosmos/interfaces/protocols/preidentified_protocol.rb" 0xE8D0347C
"lib/cosmos/interfaces/protocols/template_protocol.rb" 0x8C86548D
"lib/cosmos/interfaces/protocols/template_protocol.rb" 0xA16B27DF
"lib/cosmos/interfaces/protocols/length_protocol.rb" 0x5036FBBB
"lib/cosmos/interfaces/protocols/burst_protocol.rb" 0xCF4EE7A5
"lib/cosmos/interfaces/protocols/crc_protocol.rb" 0x9212C9CB
"lib/cosmos/interfaces/protocols/burst_protocol.rb" 0x6A6D8FE9
"lib/cosmos/interfaces/protocols/crc_protocol.rb" 0x61C90363
"lib/cosmos/interfaces/simulated_target_interface.rb" 0x402C2FF5
"lib/cosmos/interfaces/linc_interface.rb" 0xA85A43C1
"lib/cosmos/interfaces/tcpip_server_interface.rb" 0x0209F6E0
"lib/cosmos/interfaces/linc_interface.rb" 0xBEA1F26B
"lib/cosmos/interfaces/tcpip_server_interface.rb" 0x0B30B476
"lib/cosmos/interfaces/cmd_tlm_server_interface.rb" 0x8921CFC1
"lib/cosmos/interfaces/tcpip_client_interface.rb" 0xE9F201A9
"lib/cosmos/interfaces/dart_status_interface.rb" 0xE85231B8
"lib/cosmos/interfaces/stream_interface.rb" 0x6D1676BA
"lib/cosmos/interfaces/stream_interface.rb" 0xF3EE02F8
"lib/cosmos/interfaces/serial_interface.rb" 0x97B428D8
2 changes: 1 addition & 1 deletion demo/config/data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"config/tools/tlm_extractor/_adcs_time.txt" 0x3DAD5094
"config/tools/tlm_extractor/tlm_extractor4.txt" 0x068824C2
"config/tools/tlm_viewer/tlm_viewer.txt" 0x6E6DBC7A
"config/tools/handbook_creator/default_toc.xsl" 0x4122A040
"config/tools/handbook_creator/default_toc.xsl" 0x00FD130E
"config/tools/handbook_creator/templates/command_toc.html.erb" 0x9159BCF9
"config/tools/handbook_creator/templates/title.html.erb" 0xBC66E2BC
"config/tools/handbook_creator/templates/footer.html.erb" 0x0E1F9800
Expand Down
2 changes: 1 addition & 1 deletion install/config/data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config/tools/launcher/launcher.txt" 0x6A3047DB
"config/tools/tlm_extractor/README.txt" 0x93B2C07E
"config/tools/tlm_viewer/tlm_viewer.txt" 0xD9071527
"config/tools/handbook_creator/default_toc.xsl" 0x4122A040
"config/tools/handbook_creator/default_toc.xsl" 0x00FD130E
"config/tools/handbook_creator/templates/command_toc.html.erb" 0x9159BCF9
"config/tools/handbook_creator/templates/title.html.erb" 0xBC66E2BC
"config/tools/handbook_creator/templates/footer.html.erb" 0x0E1F9800
Expand Down
8 changes: 4 additions & 4 deletions lib/cosmos/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# encoding: ascii-8bit

COSMOS_VERSION = '4.4.1'
COSMOS_VERSION = '4.4.2'
module Cosmos
module Version
MAJOR = '4'
MINOR = '4'
PATCH = '1'
BUILD = 'f8e9c89b2d7fcd0c558806ff6c9dd59d167786e4'
PATCH = '2'
BUILD = '41a1376a7b11d7bb3498dd6fd0a13c1a9b383946'
end
VERSION = '4.4.1'
VERSION = '4.4.2'
end

0 comments on commit 35db703

Please sign in to comment.