Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Changed version number and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f4fhh committed Apr 14, 2019
1 parent e880510 commit 5f297ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rsp_tcp.c
Expand Up @@ -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
Expand Down

0 comments on commit 5f297ef

Please sign in to comment.