diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 16:10:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-02 16:10:47 +0200 |
commit | 78a801e4d716c6f2403cc56cf6c5b6f138f24b2f (patch) | |
tree | 05bdc72cd4ab2d429d167d97a1a86c36de5b0ff2 /configure.ac | |
parent | d688829ecd3a021a5512100873c1a3b20b8ff131 (diff) | |
download | ODR-AudioEnc-78a801e4d716c6f2403cc56cf6c5b6f138f24b2f.tar.gz ODR-AudioEnc-78a801e4d716c6f2403cc56cf6c5b6f138f24b2f.tar.bz2 ODR-AudioEnc-78a801e4d716c6f2403cc56cf6c5b6f138f24b2f.zip |
Prepare release v1.2.0v1.2.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 bf46243..04ffbec 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], [1.1.0], [http://opendigitalradio.org/]) +AC_INIT([fdk-aac-dabplus], [1.2.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |