diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-21 11:05:46 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-21 11:05:46 +0100 |
commit | 054b21d369a6cdddd7d309e1aad2cf0fa883c277 (patch) | |
tree | 9001d6556923fadf261af379c9f253002e26c75b /configure.ac | |
parent | 1c9f43b247b446a95613adf2eb0a81ded44cfa88 (diff) | |
download | dabmux-ac79f61faf10d45de237ec0f301da54ba54e35a9.tar.gz dabmux-ac79f61faf10d45de237ec0f301da54ba54e35a9.tar.bz2 dabmux-ac79f61faf10d45de237ec0f301da54ba54e35a9.zip |
Prepare v2.1.0v2.1.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 cd7ce3e..03865ee 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], [2.0.0], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [2.1.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_SYSTEM |