diff options
author | colisee <64310405+colisee@users.noreply.github.com> | 2022-04-19 12:25:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 12:25:32 +0200 |
commit | 8ac173419fba145f0f4b30f345873654473ce240 (patch) | |
tree | e95459f3339b8496b11183e148832a965135b474 /configure.ac | |
parent | df2bb96727d945705cc65a3507eb485b6d886852 (diff) | |
parent | 290147d23dacaae2ca135cfef740edf3b498f26b (diff) | |
download | dabmux-8ac173419fba145f0f4b30f345873654473ce240.tar.gz dabmux-8ac173419fba145f0f4b30f345873654473ce240.tar.bz2 dabmux-8ac173419fba145f0f4b30f345873654473ce240.zip |
Merge branch 'Opendigitalradio:next' into next
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c58f456..e52fc5a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.69]) -AC_INIT([ODR-DabMux],[4.1.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux],[4.2.0],[matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET |