diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-09-10 13:01:28 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-09-10 13:01:28 +0000 |
commit | 8f3a2b5ae26fc84dfeb9f28d26070d1bd4a8d932 (patch) | |
tree | 0a12daf2e1f9433c55d5ddf369760cb39ea0c63d /Makefile | |
parent | 850705cfd4baa75b59d4d76a2e3b697f266bbcb8 (diff) | |
download | indexhtml-8f3a2b5ae26fc84dfeb9f28d26070d1bd4a8d932.tar indexhtml-8f3a2b5ae26fc84dfeb9f28d26070d1bd4a8d932.tar.gz indexhtml-8f3a2b5ae26fc84dfeb9f28d26070d1bd4a8d932.tar.bz2 indexhtml-8f3a2b5ae26fc84dfeb9f28d26070d1bd4a8d932.tar.xz indexhtml-8f3a2b5ae26fc84dfeb9f28d26070d1bd4a8d932.zip |
- Release 2009.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ PACKAGE = indexhtml -VERSION:=2008.0 +VERSION:=2009.0 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |