diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ NAME = ldetect -LIB_MAJOR = 0.7 -LIB_MINOR = 28 +LIB_MAJOR = 0.8 +LIB_MINOR = 0 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -1,4 +1,4 @@ -Version 0.7.28 - 27 March 2009, Olivier Blin +Version 0.8.0 - 27 March 2009, Olivier Blin - do not use random string as device description - use /sys/bus/usb/devices instead of /sys/class/usb_device |