summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpavet2004-09-09 15:53:00 +0000
committerpavet2004-09-09 15:53:00 +0000
commit9e8845dba3948251c28e7d7d59ac653edcc6360e (patch)
treefb3127da8e57de1902410c8a46ee82016131cc72
parent8d5bae3756f888c129e95506896e9f8f21939a89 (diff)
downloadivycpy-vinit-9e8845dba3948251c28e7d7d59ac653edcc6360e.zip
ivycpy-vinit-9e8845dba3948251c28e7d7d59ac653edcc6360e.tar.gz
ivycpy-vinit-9e8845dba3948251c28e7d7d59ac653edcc6360e.tar.bz2
ivycpy-vinit-9e8845dba3948251c28e7d7d59ac653edcc6360e.tar.xz
correction VERSION
-rw-r--r--GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1f38136..51e5d60 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -105,7 +105,7 @@ docs/html/index.html: docs/html/index_tpl.html
VERSION:
printf '# generated dynamically do not edit; change VERSION in configure.in instead\n' >|$@
- printf '$$Id$$\n' $(VERSION) >|$@
+ printf '#Version: %s \n' $(VERSION) >|$@
# misc
docs/examples/env.sh: env_tpl.sh