diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-23 20:36:17 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-09-23 20:36:17 +0200 |
commit | f12744cced1b273f5a67dec5ead3e4feedeb65d3 (patch) | |
tree | 3aaafd7d5395e1ca1d394ae68767a78ba0332e07 /configure.ac | |
parent | aee7b6219270cc87fb90c6b40605c866dcd0f60b (diff) | |
download | etisnoop-f12744cced1b273f5a67dec5ead3e4feedeb65d3.tar.gz etisnoop-f12744cced1b273f5a67dec5ead3e4feedeb65d3.tar.bz2 etisnoop-f12744cced1b273f5a67dec5ead3e4feedeb65d3.zip |
Prepare v1.1.0v1.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 e869b87..a028afc 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([etisnoop], [1.0.0], [http://opendigitalradio.org/]) +AC_INIT([etisnoop], [1.1.0], [http://opendigitalradio.org/]) AC_CONFIG_AUX_DIR(.) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall tar-ustar foreign subdir-objects]) |