-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add srt_getversion API function #1024
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this is what I expected get the installed library version number without the need to establish a connection.
59be423
to
b523014
Compare
b523014
to
07dbe34
Compare
07dbe34
to
e3e3e18
Compare
8 bits gives you 2 hex ciphers. For a git commit ID you need at least 7 hex ciphers. I think we'd better create some more elaborate version id function that can return various things depending on a tag. Might even embrace particular features. |
uint32_t srt_getversion();
Fixes partially #1016 (does not provide a git commit info)