diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = monitor-edid -VERSION = 2.2 +VERSION = 2.3 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -1,3 +1,5 @@ +Version 2.3 - 6 September 2009 + - monitor-get-edid-using-vbe: o update x86emu from xserver git (fixes issues at least with newish NVIDIA cards) |