diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-03 10:09:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-03 10:09:29 +0100 |
commit | 0a88998e2e183ac62aa3858a17a28ce0303a9780 (patch) | |
tree | 57417f2a30cb1531f794b3db76defde29b7b5164 /configure.ac | |
parent | ec729dad2b099d3d0e410fa50fee4c94d508403f (diff) | |
download | dabmod-0a88998e2e183ac62aa3858a17a28ce0303a9780.tar.gz dabmod-0a88998e2e183ac62aa3858a17a28ce0303a9780.tar.bz2 dabmod-0a88998e2e183ac62aa3858a17a28ce0303a9780.zip |
Prepare v1.0.0v1.0.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e2a7dd5..cd6f0ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Her Majesty the # Queen in Right of Canada (Communications Research Center Canada) -# Copyright (C) 2016 Matthias P. Braendli, http://mpb.li +# Copyright (C) 2017 Matthias P. Braendli, http://opendigitalradio.org # This file is part of ODR-DabMod. # @@ -14,12 +14,12 @@ # 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-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.6.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod], [1.0.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |