diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-01 18:47:38 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-01 18:47:38 +0100 |
commit | 5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39 (patch) | |
tree | e0989d6a9b02aee70a38726fe2ce781814ecd89d /configure.ac | |
parent | 404f8355c43ab23cdb9d7a8940c24e2449d90199 (diff) | |
download | dabmux-5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39.tar.gz dabmux-5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39.tar.bz2 dabmux-5ad35e1cf6c4a08cf4b6e944e7338a8343c7dd39.zip |
Prepare v2.0.0v2.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 94822cd..cd7ce3e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.69) -AC_INIT([ODR-DabMux], [1.3.3], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.0.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |