mirror of
https://github.com/RPCS3/hidapi.git
synced 2025-02-18 17:57:53 +00:00
![Ihor Dutchak](/assets/img/avatar_default.png)
- API functions to get runtime version of the library; - macros to get static/compile-time version of the library; - VERSION file;
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
This file is mostly for the maintainer.
|
|
|
|
Updating a Version:
|
|
1. Update VERSION file.
|
|
2. HID_API_VERSION_MAJOR/HID_API_VERSION_MINOR/HID_API_VERSION_PATCH in hidapi.h.
|
|
|
|
Firing a new release:
|
|
1. Update the Version (if not yet updated).
|
|
2. Build hidapi.dll/.lib for x86/x64.
|
|
3. Upload Windows binaries to Github release page.
|