diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-03 17:47:41 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-07-03 17:50:06 +0200 |
commit | 04c4ec77155f9da75a9e5ec5a66a389317dede26 (patch) | |
tree | 74c3f769ec17c92b9c3c95588ecf331f1e1b0d57 /configure.ac | |
parent | 51ca1a636957a947b04729a7d3a5fe33abba6b8a (diff) | |
download | dabmux-04c4ec77155f9da75a9e5ec5a66a389317dede26.tar.gz dabmux-04c4ec77155f9da75a9e5ec5a66a389317dede26.tar.bz2 dabmux-04c4ec77155f9da75a9e5ec5a66a389317dede26.zip |
Prepare release v0.7.4v0.7.4
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 c7d2380..20ddeaf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.61) -AC_INIT([ODR-DabMux], [0.7.3], [matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMux], [0.7.4], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall subdir-objects foreign]) |