Skip to content

Commit

Permalink
Release COSMOS 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Jan 6, 2015
1 parent f19556d commit 5a60c8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Manifest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.gitignore
.travis.yml
CONTRIBUTING.txt
Gemfile
Guardfile
LICENSE.txt
Expand Down Expand Up @@ -515,6 +516,7 @@ ext/cosmos/ext/tabbed_plots_config/extconf.rb
ext/cosmos/ext/tabbed_plots_config/tabbed_plots_config.c
ext/cosmos/ext/telemetry/extconf.rb
ext/cosmos/ext/telemetry/telemetry.c
ext/mkrf_conf.rb
install/Gemfile
install/Launcher
install/Launcher.bat
Expand Down
4 changes: 2 additions & 2 deletions data/crc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"lib/cosmos/tools/cmd_tlm_server/api.rb" 0xFA8BF170
"lib/cosmos/tools/cmd_tlm_server/background_task.rb" 0x448A2191
"lib/cosmos/tools/cmd_tlm_server/background_tasks.rb" 0x1C174385
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb" 0xB373AEEE
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server.rb" 0xA13DF9A4
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_config.rb" 0xDB9B6253
"lib/cosmos/tools/cmd_tlm_server/cmd_tlm_server_gui.rb" 0xE4B94041
"lib/cosmos/tools/cmd_tlm_server/commanding.rb" 0xC7C76CD8
Expand Down Expand Up @@ -298,7 +298,7 @@
"lib/cosmos/utilities/ruby_lex_utils.rb" 0x5FC7DF77
"lib/cosmos/utilities/simulated_target.rb" 0x7EE7A3FF
"lib/cosmos/utilities.rb" 0x19FDBD80
"lib/cosmos/version.rb" 0x1BDC9D2D
"lib/cosmos/version.rb" 0x3BD600BC
"lib/cosmos/win32/excel.rb" 0xB4D4195E
"lib/cosmos/win32/win32.rb" 0xEF748B06
"lib/cosmos/win32/win32_main.rb" 0x75FB669C
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.0.0'
COSMOS_VERSION = '3.0.1'
module Cosmos
module Version
MAJOR = '3'
MINOR = '0'
PATCH = '0'
BUILD = '20e7dc437a58774c8698961b73e57632a41d8bd8'
PATCH = '1'
BUILD = 'f19556ddbfdda1e439bfaec33e9f81f32a3e868e'
end
VERSION = '3.0.0'
VERSION = '3.0.1'
end

0 comments on commit 5a60c8c

Please sign in to comment.