Skip to content

Commit

Permalink
Release COSMOS 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Aug 10, 2015
1 parent fcb3c8c commit 10fc352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"lib/cosmos/tools/tlm_viewer/tlm_viewer.rb" 0x895983E9
"lib/cosmos/system.rb" 0x735DFB42
"lib/cosmos/conversions.rb" 0x43679D05
"lib/cosmos/version.rb" 0x1DE7C42D
"lib/cosmos/version.rb" 0xB014EBF0
"lib/cosmos/core_ext.rb" 0x1951B346
"lib/cosmos/interfaces.rb" 0x7E3EA326
"lib/cosmos/processors.rb" 0x5241327D
Expand All @@ -250,7 +250,7 @@
"lib/cosmos/streams/tcpip_socket_stream.rb" 0x7096E4FA
"lib/cosmos/streams/preidentified_stream_protocol.rb" 0xC258238E
"lib/cosmos/script.rb" 0x25BB611B
"lib/cosmos/config/config_parser.rb" 0x96FBE8D7
"lib/cosmos/config/config_parser.rb" 0x906B17D1
"lib/cosmos/packet_logs.rb" 0xA2EDBB00
"lib/cosmos/packets/limits.rb" 0x9758BB50
"lib/cosmos/packets/limits_response.rb" 0x9C5E8444
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 = '3.6.1'
COSMOS_VERSION = '3.6.2'
module Cosmos
module Version
MAJOR = '3'
MINOR = '6'
PATCH = '1'
BUILD = 'e2512eb4bbd5b9100b13af0cfae7d042489eac99'
PATCH = '2'
BUILD = 'fcb3c8cec14487f39b0465f850a61b9ea13355cc'
end
VERSION = '3.6.1'
VERSION = '3.6.2'
end

0 comments on commit 10fc352

Please sign in to comment.