diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 09:18:43 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 09:18:43 +0100 |
commit | ee08497a002fbf0dc1884a9a679c3831215d7699 (patch) | |
tree | 0de2f6815a608871b324d7951c15a00cf16c901c /configure.ac | |
parent | 45fa35c61f280c9bed0d2cbff11f91609f66baa4 (diff) | |
download | dabmod-ee08497a002fbf0dc1884a9a679c3831215d7699.tar.gz dabmod-ee08497a002fbf0dc1884a9a679c3831215d7699.tar.bz2 dabmod-ee08497a002fbf0dc1884a9a679c3831215d7699.zip |
fix versioning and tarball generationv0.4.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 0ec5831..69bcbd6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # along with ODR-DabMod. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ(2.59) -AC_INIT([ODR-DabMod], [0.3.3-mpb], [pascal.charest@crc.ca]) +AC_INIT([ODR-DabMod], [0.4.0], [matthias.braendli@mpb.li]) AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([-Wall]) |