diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-09-02 11:10:22 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-09-02 11:10:22 +0200 |
commit | 6d4b16398a93f0c4be6f731bfa00912ca870c775 (patch) | |
tree | 1042970c5188146c5bea8c5d1f7b4dcac9030822 | |
parent | 6cfeba1c5b0ab06a02ce01ec90df65bbab1300e7 (diff) | |
download | mediapointer-dvb-s2-6d4b16398a93f0c4be6f731bfa00912ca870c775.tar.gz mediapointer-dvb-s2-6d4b16398a93f0c4be6f731bfa00912ca870c775.tar.bz2 |
libv4l: beginning of 0.6.2 dev cycle
From: Hans de Goede <hdegoede@redhat.com>
libv4l: beginning of 0.6.2 dev cycle
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 3 | ||||
-rw-r--r-- | v4l2-apps/libv4l/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index e5c421532..112b80be9 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -1,3 +1,6 @@ +libv4l-0.6.2 +------------ + libv4l-0.6.1 ------------ * Add more laptop models to the upside down devices table diff --git a/v4l2-apps/libv4l/Makefile b/v4l2-apps/libv4l/Makefile index 18dd17bdc..1afca883c 100644 --- a/v4l2-apps/libv4l/Makefile +++ b/v4l2-apps/libv4l/Makefile @@ -1,5 +1,5 @@ LIB_RELEASE=0 -V4L2_LIB_VERSION=$(LIB_RELEASE).6.1 +V4L2_LIB_VERSION=$(LIB_RELEASE).6.2-test all install: $(MAKE) -C libv4lconvert V4L2_LIB_VERSION=$(V4L2_LIB_VERSION) $@ |