From 5f297ef20bf64dbceb7cb42b1fc04b69cbb1937d Mon Sep 17 00:00:00 2001 From: f4fhh Date: Sun, 14 Apr 2019 14:54:03 +0200 Subject: [PATCH] Changed version number and readme --- CMakeLists.txt | 2 +- README.md | 2 +- rsp_tcp.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d261c5..0f8a458 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(rsp_tcp VERSION 1.1.0) +project(rsp_tcp VERSION 1.2.0) #find_library(USB_LIBRARY NAMES usb usb-1.0) find_package(Threads REQUIRED) diff --git a/README.md b/README.md index 8140f5d..13c9da1 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ As the rtl_tcp protocol is only 8 bits IQ, man will loose the major advantage of ## HISTORY - Version 0.1.0: Initial build - - Version 1.1.0: Integration of the extensions and fixes made by the SDRPlay team. Many thanks to them. see their github at [https://github.com/SDRplay](https://github.com/SDRplay) + - Version 1.1.0: Integration of the extensions and fixes made by the SDRPlay team. Many thanks to them. see their github at [https://github.com/SDRplay](https://- Version 1.2.0: Integration of some fixes made by the SDRPlay team. ## CREDITS - [Open Source Mobile Communications (OSMOCOM)](https://github.com/osmocom/rtl-sdr.git) team for the original rtl_tcp code diff --git a/rsp_tcp.c b/rsp_tcp.c index 9f5cb1a..c8a6a52 100755 --- a/rsp_tcp.c +++ b/rsp_tcp.c @@ -116,7 +116,7 @@ static int llbuf_num = 500; static volatile int do_exit = 0; #define RSP_TCP_VERSION_MAJOR (1) -#define RSP_TCP_VERSION_MINOR (1) +#define RSP_TCP_VERSION_MINOR (2) #define MAX_DECIMATION_FACTOR (64) #define MAX_DEVS 4