Skip to content

Commit

Permalink
Bumping release number to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltrails committed Jun 14, 2024
1 parent a8e31a4 commit d4c8c45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The development IDE is **[JetBrains CLion-Nova/CLion](https://www.jetbrains.com/
granting the [Open Source development license]( https://jb.gg/OpenSourceSupport).

### Version History
- 1.0.8
- 1.0.9
- Fixed a GetCapabilitiesMetadata bug that caused some VCP features to lack metadata values.
- Fixed the return of feature-name and feature-description from GetVcpMetadata.
- Fixed potential hot-plug/DPMS polling memory leaks and simplified event locking.
Expand Down
2 changes: 1 addition & 1 deletion ddcutil-service.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include <ddcutil_status_codes.h>
#include <ddcutil_macros.h>

#define DDCUTIL_DBUS_INTERFACE_VERSION_STRING "1.0.8"
#define DDCUTIL_DBUS_INTERFACE_VERSION_STRING "1.0.9"
#define DDCUTIL_DBUS_DOMAIN "com.ddcutil.DdcutilService"

#if DDCUTIL_VMAJOR == 2 && DDCUTIL_VMINOR == 0 && DDCUTIL_VMICRO < 2
Expand Down
2 changes: 1 addition & 1 deletion ddcutil-service.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


Name: ddcutil-service
Version: 1.0.8
Version: 1.0.9
Release: 0
Summary: D-Bus service for libddcutil VESA DDC Monitor Virtual Control Panel
License: GPL-2.0-or-later
Expand Down

0 comments on commit d4c8c45

Please sign in to comment.