summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-08-23 10:59:24 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-08-23 10:59:24 +0200
commit0ca115acae8a5b8b0c51a3b19a1f9381b7347bf4 (patch)
tree006a271e8c0fcfe113837794cf5d0d41fdca9afc /configure.ac
parentee7aae13524f67a4cc6e7f7404cbcae4693dbc25 (diff)
downloaddabmux-0ca115acae8a5b8b0c51a3b19a1f9381b7347bf4.tar.gz
dabmux-0ca115acae8a5b8b0c51a3b19a1f9381b7347bf4.tar.bz2
dabmux-0ca115acae8a5b8b0c51a3b19a1f9381b7347bf4.zip
Prepare release v1.3.1v1.3.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 7 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 5e63c55..8bc723a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,23 +1,26 @@
# Copyright (C) 2008, 2009 Her Majesty the Queen in Right of Canada
# (Communications Research Center Canada)
+#
+# Copyright (C) 2017
+# Matthias P. Braendli, matthias.braendli@mpb.li
# This file is part of ODR-DabMux.
-#
+#
# ODR-DabMux is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
-#
+#
# ODR-DabMux is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([ODR-DabMux], [1.3.0], [matthias.braendli@mpb.li])
+AC_INIT([ODR-DabMux], [1.3.1], [matthias.braendli@mpb.li])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([-Wall subdir-objects foreign])