Changeset 18923


Ignore:
Timestamp:
04/04/12 16:50:41 (14 months ago)
Author:
BrainSlayer
Message:

back to old version

Location:
src/router/usbip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/usbip/configure

    r18912 r18923  
    25222522 
    25232523 
    2524 $as_echo "#define USBIP_VERSION 0x00000106" >>confdefs.h 
     2524$as_echo "#define USBIP_VERSION 0x00000111" >>confdefs.h 
    25252525 
    25262526 
  • src/router/usbip/configure.ac

    r18911 r18923  
    33AC_PREREQ(2.59) 
    44AC_INIT([usbip-utils], [1.1.1], [linux-usb@vger.kernel.org]) 
    5 AC_DEFINE([USBIP_VERSION], [0x00000106], [binary-coded decimal version number]) 
     5AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) 
    66 
    77CURRENT=0 
Note: See TracChangeset for help on using the changeset viewer.