diff --git a/ChangeLog b/ChangeLog index b208ef26870611696b80cffbd9c69188ed242b65..d0aa598ac41b5a523c8f7507c92940f96f1be1a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +v4l-utils-1.6.0 +--------------- + +Gregor Jasny (5): + man: Fix typo in dvb-fe-tool man page + man: Replace hyphen with minus sign + man: place escape to correct position + man: Use Unicode character for ellipsis and fall back to ... + qv4l2: Add keywords to desktop file + + v4l-utils-1.5.91 (Development snapshot) --------------------------------------- diff --git a/configure.ac b/configure.ac index 6b88b59719f4066102e52028a8d6df6dfb545f65..71bd32380924556ae5356a2c81fe5df32e98ea91 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.5.91]) +AC_INIT([v4l-utils],[1.6.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])