cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

Add version detection fallback #37

Closed petrutlucian94 closed 3 years ago

petrutlucian94 commented 3 years ago

When building the project, we're automatically detecting the WNBD version using the git tag.

The issue is that we shouldn't rely on it, users might just download a zip of the archive.

This change will generate a version.h template that the user can fill when the version detection fails.

Signed-off-by: Lucian Petrut lpetrut@cloudbasesolutions.com

aserdean commented 3 years ago

Acked-by: Alin Gabriel Serdean aserdean@cloudbasesolutions.com