summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-30 00:45:50 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-30 00:45:50 +0200
commit9c70cefed5bc44284a2cd63fc5e3b4ab3d90d0bf (patch)
tree8e02700eeec85039fee0edd5988cd533ec535c02 /Makefile
parent73ad231ab65dcf85fc9f134a017a501a57a3c52c (diff)
Fix bitmask bug in position reporting
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8bf517..90081cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1NAME = wacom 1NAME = wacom
2VERSION = 1.0.1 2VERSION = 1.0.2
3SRC = usr/src 3SRC = usr/src
4 4
5TARBALL = $(NAME)-$(VERSION).dkms.tar.gz 5TARBALL = $(NAME)-$(VERSION).dkms.tar.gz