Skip to content

Commit f6f7a1b

Browse files
committed
updated version
1 parent e02b7ff commit f6f7a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/libbladerf/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class LibbladerfRecipe(NDKRecipe):
1616
generated_libraries = ('libbladerf.so', )
1717
site_packages_name = 'libbladerf'
1818
library_version_major = '2'
19-
library_version_minor = '5'
20-
library_version_patch = '1'
19+
library_version_minor = '6'
20+
library_version_patch = '0'
2121

2222
depends = ('libusb', )
2323
name = 'libbladerf'

0 commit comments

Comments
 (0)