Skip to content

Commit

Permalink
Release COSMOS 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Mar 19, 2015
1 parent ec5e7d0 commit f71919f
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,7 +1,7 @@
"lib/cosmos/ccsds/ccsds_parser.rb" 0x89A5FB3A
"lib/cosmos/ccsds/ccsds_packet.rb" 0xA30EE27E
"lib/cosmos/system/target.rb" 0x52287176
"lib/cosmos/system/system.rb" 0x46C9FAA0
"lib/cosmos/system/system.rb" 0x6C509559
"lib/cosmos/win32/win32_main.rb" 0xC71EBE12
"lib/cosmos/win32/win32.rb" 0xEF748B06
"lib/cosmos/win32/excel.rb" 0xB4D4195E
Expand Down Expand Up @@ -234,7 +234,7 @@
"lib/cosmos/tools/tlm_viewer/tlm_viewer.rb" 0x1D2090F6
"lib/cosmos/system.rb" 0x735DFB42
"lib/cosmos/conversions.rb" 0x43679D05
"lib/cosmos/version.rb" 0x9A690732
"lib/cosmos/version.rb" 0xFED34D5F
"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.3.0'
COSMOS_VERSION = '3.3.1'
module Cosmos
module Version
MAJOR = '3'
MINOR = '3'
PATCH = '0'
BUILD = 'f3db0cfa39b8f3cf8121ab8ead4e5b82964da8d5'
PATCH = '1'
BUILD = 'ec5e7d055502c4160427af946416839a23cda7ea'
end
VERSION = '3.3.0'
VERSION = '3.3.1'
end

0 comments on commit f71919f

Please sign in to comment.