diff options
author | Tormod Volden <debian.tormod@gmail.com> | 2022-03-22 23:13:35 +0100 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2022-03-27 19:37:43 +0200 |
commit | 78de7dc4b9010cb3c598cb9cf9e4fe647e030c38 (patch) | |
tree | c5ab221a824f36120caf3690c60133527924f270 /libusb | |
parent | 19826aaf493961e0287ef2f2006a4941f84f9537 (diff) | |
download | libusb-78de7dc4b9010cb3c598cb9cf9e4fe647e030c38.tar.gz |
libusb 1.0.26-rc1v1.0.26-rc1
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Diffstat (limited to 'libusb')
-rw-r--r-- | libusb/version.h | 4 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libusb/version.h b/libusb/version.h index 1fe9946..7888208 100644 --- a/libusb/version.h +++ b/libusb/version.h @@ -7,12 +7,12 @@ #define LIBUSB_MINOR 0 #endif #ifndef LIBUSB_MICRO -#define LIBUSB_MICRO 25 +#define LIBUSB_MICRO 26 #endif #ifndef LIBUSB_NANO #define LIBUSB_NANO 0 #endif /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */ #ifndef LIBUSB_RC -#define LIBUSB_RC "" +#define LIBUSB_RC "-rc1" #endif diff --git a/libusb/version_nano.h b/libusb/version_nano.h index aaac777..46b5e01 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11716 +#define LIBUSB_NANO 11717 |