diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69bcbd6..bca0ac2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the # Queen in Right of Canada (Communications Research Center Canada) +# Copyright (C) 2014 Matthias P. Braendli, http://mpb.li + # This file is part of ODR-DabMod. # # ODR-DabMod is free software: you can redistribute it and/or modify @@ -17,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.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [0.4.1], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) |