summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-26 15:40:23 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-26 15:40:23 -0700
commit8f7f8560a7ff3db832748bef576bbfd5af527fcf (patch)
tree653662e21194438f36033e097573b2a78c665e76 /libusb/version_nano.h
parentc66f39f9ba8e2cd5b6ee89e853fcf8570046d715 (diff)
downloadlibusb-8f7f8560a7ff3db832748bef576bbfd5af527fcf.tar.gz
appveyor: Increase build coverage to all VS solutions
Using the 'for' construct allows the specification of a more complex build matrix. This additionally simplifies the builds using MinGW and Cygwin because the build script can be unified and does not require checking for the 'Release' configuration. This change also extends the MinGW builds to cover both 32-bit and 64-bit builds using GCC versions 6.3.0 and 8.1.0, respectively. The Cygwin builds were similarly extended to include 64-bit build coverage. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 09a9295..2c5b766 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11472
+#define LIBUSB_NANO 11473