diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-06 08:04:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-06 08:04:58 +0000 |
commit | 577440b045ffb3a57fe869e61ff2219e02dbe600 (patch) | |
tree | e6b41305db2f503417c6527cb3d3c7758072e65b /Makefile | |
parent | df01c1643b4f01c0b1f10df40f7a58c6b9589117 (diff) | |
download | ldetect-lst-577440b045ffb3a57fe869e61ff2219e02dbe600.tar ldetect-lst-577440b045ffb3a57fe869e61ff2219e02dbe600.tar.gz ldetect-lst-577440b045ffb3a57fe869e61ff2219e02dbe600.tar.bz2 ldetect-lst-577440b045ffb3a57fe869e61ff2219e02dbe600.tar.xz ldetect-lst-577440b045ffb3a57fe869e61ff2219e02dbe600.zip |
- 0.1.181:
- nicely sort MonitorsDB (needed by XFdrake):
have "Flat Panel 800x600" before "Flat Panel 1024x768"
- updated dkms-modules-info
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.180 +VERSION := 0.1.181 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |