diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-05-15 22:57:54 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-05-15 22:57:54 +0000 |
commit | c5263827c34e2a2fc78e45b4bbc16b2ebcf33196 (patch) | |
tree | 98273bb677a85287921bf629ea8702703ea642e0 /Makefile | |
parent | 0ef23c858b8d378a176d624f72cfddf6efb688c0 (diff) | |
download | ldetect-lst-c5263827c34e2a2fc78e45b4bbc16b2ebcf33196.tar ldetect-lst-c5263827c34e2a2fc78e45b4bbc16b2ebcf33196.tar.gz ldetect-lst-c5263827c34e2a2fc78e45b4bbc16b2ebcf33196.tar.bz2 ldetect-lst-c5263827c34e2a2fc78e45b4bbc16b2ebcf33196.tar.xz ldetect-lst-c5263827c34e2a2fc78e45b4bbc16b2ebcf33196.zip |
- revert geode changes for now, blino would like to do hardware tests first
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.223 +VERSION := 0.1.224 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |