diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-22 15:58:01 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-22 15:58:01 +0000 |
commit | bc65ce666f02ed028618febc77c1888015cae454 (patch) | |
tree | 1d1c70000dfa546a7c2b08bfdeb7670afb57be4f | |
parent | a240c4023566b07811b2338430514e3da658b599 (diff) | |
download | simplepkg-bc65ce666f02ed028618febc77c1888015cae454.tar.gz simplepkg-bc65ce666f02ed028618febc77c1888015cae454.tar.bz2 |
Makefile: VERSION: using svn revision number
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@769 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | trunk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile index ed65bf8..26787de 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -15,7 +15,7 @@ # PACKAGE = simplepkg -VERSION = 0.6pre31 +VERSION = $(shell echo '$$Rev$$' | sed -e 's/[^0-9]//g') BUILD = 1rha PREFIX = /usr INSTALL = /usr/bin/install |