diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-08 19:50:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-08 19:50:22 +0000 |
commit | 05b8253d1a4f703716674fcf6eeebda2931a6794 (patch) | |
tree | 683578454cd9d3c3a31f21f1b3e4bca467f3dc97 /Makefile | |
parent | 89b8b303b14f46b7f9a4281219c7652e4c3716bf (diff) | |
download | ldetect-lst-05b8253d1a4f703716674fcf6eeebda2931a6794.tar ldetect-lst-05b8253d1a4f703716674fcf6eeebda2931a6794.tar.gz ldetect-lst-05b8253d1a4f703716674fcf6eeebda2931a6794.tar.bz2 ldetect-lst-05b8253d1a4f703716674fcf6eeebda2931a6794.tar.xz ldetect-lst-05b8253d1a4f703716674fcf6eeebda2931a6794.zip |
new release with nvidia-current instead of nvidia97xx (Anssi Hannula)
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.173 +VERSION := 0.1.174 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |