From c459fe69f1fbc2fbef635384eae6547d1d44553e Mon Sep 17 00:00:00 2001 From: Ryan Melton Date: Mon, 10 Aug 2015 13:06:09 -0600 Subject: [PATCH] Release COSMOS 3.6.1 --- data/crc.txt | 4 ++-- lib/cosmos/version.rb | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/crc.txt b/data/crc.txt index 173c000df..8baa3543e 100644 --- a/data/crc.txt +++ b/data/crc.txt @@ -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 @@ -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 diff --git a/lib/cosmos/version.rb b/lib/cosmos/version.rb index fad786413..33ecf569d 100644 --- a/lib/cosmos/version.rb +++ b/lib/cosmos/version.rb @@ -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