Changeset 18923
- Timestamp:
- 04/04/12 16:50:41 (14 months ago)
- Location:
- src/router/usbip
- Files:
-
- 2 edited
-
configure (modified) (1 diff)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/usbip/configure
r18912 r18923 2522 2522 2523 2523 2524 $as_echo "#define USBIP_VERSION 0x000001 06" >>confdefs.h2524 $as_echo "#define USBIP_VERSION 0x00000111" >>confdefs.h 2525 2525 2526 2526 -
src/router/usbip/configure.ac
r18911 r18923 3 3 AC_PREREQ(2.59) 4 4 AC_INIT([usbip-utils], [1.1.1], [linux-usb@vger.kernel.org]) 5 AC_DEFINE([USBIP_VERSION], [0x000001 06], [binary-coded decimal version number])5 AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) 6 6 7 7 CURRENT=0
Note: See TracChangeset
for help on using the changeset viewer.
