diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2019-09-22 12:00:03 +0200 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2019-09-22 12:00:03 +0200 |
commit | c155c023adee17429f6e8b965ba805b4e08a7c68 (patch) | |
tree | 1aa2fb84467e288fca9663646685afdb47a77e00 /configure.ac | |
parent | 5543398dd0f6c20f9a770b2f4c477ce45cf3a11f (diff) |
Prepare for 1.18.0 releasev4l-utils-1.18.0
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
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 a8d215f3..6ff26093 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([v4l-utils],[1.17.0]) +AC_INIT([v4l-utils],[1.18.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |