Skip to content

Commit

Permalink
Release COSMOS 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Jul 14, 2015
1 parent 351455c commit 7a92ece
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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" 0x653D2FA7
"lib/cosmos/version.rb" 0x46847B0C
"lib/cosmos/core_ext.rb" 0x1951B346
"lib/cosmos/interfaces.rb" 0x7E3EA326
"lib/cosmos/processors.rb" 0x5241327D
Expand Down
2 changes: 1 addition & 1 deletion demo/config/data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"tools/PacketViewer.bat" 0x09A34857
"tools/TlmViewer.bat" 0x09A34857
"tools/TlmExtractor" 0x1EC4639A
"tools/ToolLaunch.bat" 0x6E279655
"tools/ToolLaunch.bat" 0x7896E14C
"tools/CmdTlmServer.bat" 0x09A34857
"tools/OpenGLBuilder" 0x585EA691
"tools/Replay" 0xAC00D2AD
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 @@ -39,7 +39,7 @@
"tools/PacketViewer.bat" 0x09A34857
"tools/TlmViewer.bat" 0x09A34857
"tools/TlmExtractor" 0x1EC4639A
"tools/ToolLaunch.bat" 0x6E279655
"tools/ToolLaunch.bat" 0x7896E14C
"tools/CmdTlmServer.bat" 0x09A34857
"tools/OpenGLBuilder" 0x585EA691
"tools/Replay" 0xAC00D2AD
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.5.2'
COSMOS_VERSION = '3.5.3'
module Cosmos
module Version
MAJOR = '3'
MINOR = '5'
PATCH = '2'
BUILD = 'dd7b21acefbfae338af8efed3841fc66329e1cba'
PATCH = '3'
BUILD = '351455c115f9d09210eb410fa47da30f60787489'
end
VERSION = '3.5.2'
VERSION = '3.5.3'
end

0 comments on commit 7a92ece

Please sign in to comment.