Skip to content

Commit

Permalink
Release COSMOS 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 3, 2017
1 parent 04e4681 commit 4491933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"lib/cosmos/processors/processor.rb" 0x1FEB7030
"lib/cosmos/processors/statistics_processor.rb" 0xE732AE7F
"lib/cosmos/processors/watermark_processor.rb" 0x8829E260
"lib/cosmos/version.rb" 0x127242E9
"lib/cosmos/version.rb" 0x2FAA2651
"lib/cosmos/conversions/new_packet_log_conversion.rb" 0x4AA03555
"lib/cosmos/conversions/segmented_polynomial_conversion.rb" 0xC498CE81
"lib/cosmos/conversions/processor_conversion.rb" 0xC72B73BD
"lib/cosmos/conversions/unix_time_seconds_conversion.rb" 0x64C40BC3
"lib/cosmos/conversions/conversion.rb" 0xF068D84B
"lib/cosmos/conversions/conversion.rb" 0xCE9919ED
"lib/cosmos/conversions/received_time_seconds_conversion.rb" 0x414E5121
"lib/cosmos/conversions/generic_conversion.rb" 0x0DDD4FE9
"lib/cosmos/conversions/unix_time_conversion.rb" 0x2D48D8B4
Expand Down Expand Up @@ -100,7 +100,7 @@
"lib/cosmos/packets/parsers/packet_parser.rb" 0x26478943
"lib/cosmos/packets/telemetry.rb" 0xD779DE95
"lib/cosmos/packets/binary_accessor.rb" 0xCD678EF6
"lib/cosmos/packets/packet.rb" 0x186A8824
"lib/cosmos/packets/packet.rb" 0xCB2557A5
"lib/cosmos/packets/structure.rb" 0xD98A1B1E
"lib/cosmos/packets/commands.rb" 0x4D4411BD
"lib/cosmos/packets/limits_response.rb" 0xB836D388
Expand All @@ -116,7 +116,7 @@
"lib/cosmos/streams/stream.rb" 0xE35AFB89
"lib/cosmos/processors.rb" 0x5241327D
"lib/cosmos/utilities.rb" 0xBE9CEAF4
"lib/cosmos/interfaces/udp_interface.rb" 0x6B6BE34F
"lib/cosmos/interfaces/udp_interface.rb" 0x27E6A0DE
"lib/cosmos/interfaces/cmd_tlm_server_interface.rb" 0x8921CFC1
"lib/cosmos/interfaces/serial_interface.rb" 0x5042BC9B
"lib/cosmos/interfaces/stream_interface.rb" 0x621E6153
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.0.2'
COSMOS_VERSION = '4.0.3'
module Cosmos
module Version
MAJOR = '4'
MINOR = '0'
PATCH = '2'
BUILD = 'e9da0b19c0c72edef48b0717440a06c0da1d5690'
PATCH = '3'
BUILD = '04e4681c862983cb85d08e888a07efffb60b4fbb'
end
VERSION = '4.0.2'
VERSION = '4.0.3'
end

0 comments on commit 4491933

Please sign in to comment.