Skip to content

Commit d7e9531

Browse files
committed
cut version 3.9.0
1 parent 8a84313 commit d7e9531

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Java wrapper library for the [USRP Hardware Driver](http://code.ettus.com/redmin
44
via [JavaCPP](https://github.com/bytedeco/javacpp).
55

66
## Install UHD
7-
Install UHD and the UHD development files on your system, Check out
8-
[this guide](http://files.ettus.com/manual/page_install.html)
9-
for detailed install instructions. You may also need to install the
10-
`build-essential` & `libboost-dev` packages.
7+
Install UHD (version `003.009.*`) and the UHD development files on your system,
8+
Check out [this guide](http://files.ettus.com/manual/page_install.html) for
9+
detailed install instructions. You may also need to install the `build-essential`
10+
& `libboost-dev` packages.
1111

1212
```
1313
# add-apt-repository ppa:ettusresearch/uhd
@@ -53,4 +53,4 @@ $ mvn install
5353

5454
Copyright 2015 An Honest Effort LLC
5555

56-
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html
56+
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.anhonesteffort.uhd</groupId>
66
<artifactId>uhd-java</artifactId>
7-
<version>0.3.1</version>
7+
<version>3.9.0</version>
88

99
<properties>
1010
<javacpp.jar>${org.bytedeco:javacpp:jar}</javacpp.jar> <!-- I complain though I shouldn't -->

0 commit comments

Comments
 (0)