repo.or.cz
/
libusbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Core: Add debug message with callback address on completed transfer
[libusbx.git]
/
libusb
/
version.h
blob
1b94eb605a671fcabbe44f85320b2777e129984a
1
/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
2
#ifndef LIBUSB_MAJOR
3
#define LIBUSB_MAJOR 1
4
#endif
5
#ifndef LIBUSB_MINOR
6
#define LIBUSB_MINOR 0
7
#endif
8
#ifndef LIBUSB_MICRO
9
#define LIBUSB_MICRO 10
10
#endif
11
#ifndef LIBUSB_NANO
12
#define LIBUSB_NANO 10478
13
#endif
14
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
15
#ifndef LIBUSB_RC
16
#define LIBUSB_RC
""
17
#endif