diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-05-20 21:02:50 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-05-20 21:02:50 +0200 |
commit | 481bb42b57864ec4852e83153fa565b2e69df260 (patch) | |
tree | 0e2b9dbcd7fa21e7ab06c6b4ee889682c20f57b9 | |
parent | 9522c159dcca6acbb22c2f8ff04d76f4c6104c34 (diff) | |
download | dabmod-481bb42b57864ec4852e83153fa565b2e69df260.tar.gz dabmod-481bb42b57864ec4852e83153fa565b2e69df260.tar.bz2 dabmod-481bb42b57864ec4852e83153fa565b2e69df260.zip |
Prepare v0.4.4v0.4.4
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ This file contains information about the changes done to the ODR-DabMod in this repository +2014-05-20: Matthias P. Braendli <matthias@mpb.li> + (v0.4.4) + * odr-dabmod: + Merge patch for USRP1 subdevice setting. + Merge patch to correct ZMQ input command line + argument. + * generate-firfilter.py: + Get FIRFilter generator script to work + with newer GNURadio versions. 2014-04-04: Matthias P. Braendli <matthias@mpb.li> (v0.4.3) * odr-dabmod: diff --git a/configure.ac b/configure.ac index ee36101..a6f9ac3 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.4.3], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.4.4], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) |