aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-06 08:56:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-06 08:56:15 +0000
commit14bfbba642bb748ad71e7f15b3746074127aecdc (patch)
treea29cf38681e4494fa6be352696caa5fb7def7a4b /Makefile
parenta26df9666ea0fa4995aef2372498fd04779ba2c9 (diff)
downloadmonitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar
monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.gz
monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.bz2
monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.tar.xz
monitor-edid-14bfbba642bb748ad71e7f15b3746074127aecdc.zip
- default on old lrmi code to get ddc via int10
- fix build on vesa-cvt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c79df3f..8a4a82e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = monitor-edid
-VERSION = 1.3
+VERSION = 1.4
FILES = $(shell ls | grep -v CVS | grep -vF .tar)
ARCH := $(patsubst i%86,i386,$(shell uname -m))