diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2017-01-22 17:31:48 +0100 |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2017-01-22 17:39:22 +0100 |
commit | aa9e1e85117131548a60a3957cafdd8a4c8212f9 (patch) | |
tree | b581966392e2e3bacf768abaf59fbeeb11b0b252 /configure.ac | |
parent | c6b8f8da12ee914def59ecc0de80f4755298d053 (diff) |
Prepare for 1.12.0 releasev4l-utils-1.12.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 fa7c2771..4bb74eb2 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.11.0]) +AC_INIT([v4l-utils],[1.12.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |