Changed version to 0.11.6.

This commit is contained in:
Peter Osterlund
2003-09-26 08:02:51 +02:00
parent 0b82ac7de4
commit 08dbc35d45
3 changed files with 9 additions and 2 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
0.11.6 (2003-09-26)
- Updated the config section in INSTALL.DE. Added warning explaining
that the file is not up to date.
- Forgot to change the default values for TopEdge and BottomEdge when
reversing the Y direction in version 0.11.5.
- Warn about (and fix) mis-configured TopEdge/BottomEdge parameters.
0.11.5 (2003-09-25)
- Use the EVIOCGID ioctl for synaptics event device auto detection.
This is much simpler than parsing /proc/bus/input/devices and more

View File

@@ -1 +1 @@
0.11.5
0.11.6

View File

@@ -107,7 +107,7 @@ typedef enum {
#define DEV_INPUT_EVENT "/dev/input"
#define EVENT_DEV_NAME "event"
#define VERSION "0.11.5"
#define VERSION "0.11.6"
/*****************************************************************************
* Forward declaration