Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Kid3 Kid3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Multimedia
  • Kid3Kid3
  • Merge requests
  • !8

Do not version private libraries.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vadim Zhukov requested to merge zhukov/kid3:master into master Oct 31, 2020
  • Overview 2
  • Commits 1
  • Changes 2

Those libraries are "private" to Kid3, and versioning them results in a wrong feeling of those libraries having a public API. Furthermore, versioning is done without respect to rules of the environment the Kid3 is built for (e.g., on OpenBSD shared libraries have ".major.minor" suffix, unlike ".major.minor.patch + symlinks" on Linux).

Thus I propose simply dropping VERSION assignment for kid3-core and kid3-gui libraries. Less code is always better, isn't it? :)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master