Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed Mar 19, 2024
1 parent 6e9a90d commit 4f99388
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v4l2loopback (0.13.1) unstable; urgency=medium

[ Max Harmathy ]
* Avoid building utils with dkms

[ IOhannes m zmölnig ]
* 'release.sh' script
+ shellchecked
+ write back new version to v4l2loopback.h (if necessary)

-- IOhannes m zmölnig (Debian/GNU) <[email protected]> Tue, 19 Mar 2024 22:15:34 +0100

v4l2loopback (0.13.0) unstable; urgency=medium

[ IOhannes m zmölnig ]
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v4l2loopback-0.13.1

* Avoid building utils with dkms
* Fix version number in module

-- IOhannes m zmölnig (Debian/GNU) <[email protected]> Tue, 19 Mar 2024 22:15:34 +0100

v4l2loopback-0.13.0

* Dynamic device management
Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="v4l2loopback"
PACKAGE_VERSION="0.13.0"
PACKAGE_VERSION="0.13.1"

if [ -f $kernel_source_dir/.config ]; then
. $kernel_source_dir/.config
Expand Down
4 changes: 2 additions & 2 deletions v4l2loopback.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define _V4L2LOOPBACK_H

#define V4L2LOOPBACK_VERSION_MAJOR 0
#define V4L2LOOPBACK_VERSION_MINOR 12
#define V4L2LOOPBACK_VERSION_BUGFIX 7
#define V4L2LOOPBACK_VERSION_MINOR 13
#define V4L2LOOPBACK_VERSION_BUGFIX 1

/* /dev/v4l2loopback interface */

Expand Down

0 comments on commit 4f99388

Please sign in to comment.