diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-10 21:03:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-01-10 21:03:29 +0100 |
commit | e73462e974667783a6bc8dddd5204b0ab3febfc7 (patch) | |
tree | f9624ab51aa0e37345a75a40f94e9680031e85e9 /configure.ac | |
parent | 1d7a8bc8ea37d90f19ecf0f595eaf85dfa891e93 (diff) | |
download | ODR-AudioEnc-e73462e974667783a6bc8dddd5204b0ab3febfc7.tar.gz ODR-AudioEnc-e73462e974667783a6bc8dddd5204b0ab3febfc7.tar.bz2 ODR-AudioEnc-e73462e974667783a6bc8dddd5204b0ab3febfc7.zip |
Prepare v0.8.0v0.8.0
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 83811e5..8aa842f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([fdk-aac-dabplus], [0.7.4], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [0.8.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |