Skip to content

Fix incorrect package version values

Btullis requested to merge fix_incorrect_version_info into main

The release for version 0.0.14 contained two errors which prevented the package from being built successfully. The most critical error was the omission of a correct value for PACKAGE_VERSION:value in the .gitlab-ci.yml file.

The second error was in the debiab/changelog file, where the value given for the version was incorrect.

Bug: T332765

Merge request reports