diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 09:01:35 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 09:01:35 +0200 |
commit | 7474a3ec554f48e0259e426c64013c22b6cd5b75 (patch) | |
tree | fc4e01f23c0e9c7cd16d0fc0f646656dcdcdc65f /configure.ac | |
parent | 321a2c3eead634329cda904dbd38d986c3f22c11 (diff) | |
download | ODR-AudioEnc-7474a3ec554f48e0259e426c64013c22b6cd5b75.tar.gz ODR-AudioEnc-7474a3ec554f48e0259e426c64013c22b6cd5b75.tar.bz2 ODR-AudioEnc-7474a3ec554f48e0259e426c64013c22b6cd5b75.zip |
Prepare v3.0.0v3.0.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 27932d1..0e59cf5 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([ODR-AudioEnc], [2.6.1], [http://opendigitalradio.org/]) +AC_INIT([ODR-AudioEnc], [3.0.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([tar-ustar foreign]) |