Skip to content

Commit

Permalink
Release COSMOS 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Aug 10, 2015
1 parent e2512eb commit c459fe6
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
@@ -1,6 +1,6 @@
"lib/cosmos/ccsds/ccsds_parser.rb" 0x89A5FB3A
"lib/cosmos/ccsds/ccsds_packet.rb" 0xA30EE27E
"lib/cosmos/system/target.rb" 0x0D095C3F
"lib/cosmos/system/target.rb" 0xF96070A6
"lib/cosmos/system/system.rb" 0x9437DAD9
"lib/cosmos/win32/win32_main.rb" 0x6D33DC6A
"lib/cosmos/win32/win32.rb" 0xEF748B06
Expand Down 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" 0x57B2D7DE
"lib/cosmos/version.rb" 0x1DE7C42D
"lib/cosmos/core_ext.rb" 0x1951B346
"lib/cosmos/interfaces.rb" 0x7E3EA326
"lib/cosmos/processors.rb" 0x5241327D
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.0'
COSMOS_VERSION = '3.6.1'
module Cosmos
module Version
MAJOR = '3'
MINOR = '6'
PATCH = '0'
BUILD = 'c536539999e6ee8e176d875a88e4ae639bb1e196'
PATCH = '1'
BUILD = 'e2512eb4bbd5b9100b13af0cfae7d042489eac99'
end
VERSION = '3.6.0'
VERSION = '3.6.1'
end

0 comments on commit c459fe6

Please sign in to comment.