projects
/
tclvfs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8224ef1
)
* generic/vfs.c: use PACKAGE_VERSION instead of hard-coded version
author
Jeff Hobbs
<hobbs@users.sourceforge.net>
Fri, 4 Jun 2004 19:21:36 +0000
(19:21 +0000)
committer
Jeff Hobbs
<hobbs@users.sourceforge.net>
Fri, 4 Jun 2004 19:21:36 +0000
(19:21 +0000)
info.
generic/vfs.c
patch
|
blob
|
history
diff --git
a/generic/vfs.c
b/generic/vfs.c
index 548332002847e0f6fee2147cee6a852d2a062f29..8d81bdd6535fabd7b13569801de94c6bf7ff242e 100644
(file)
--- a/
generic/vfs.c
+++ b/
generic/vfs.c
@@
-340,7
+340,7
@@
Vfs_Init(interp)
return TCL_ERROR;
}
- if (Tcl_PkgProvide(interp, "vfs",
"1.3.0"
) == TCL_ERROR) {
+ if (Tcl_PkgProvide(interp, "vfs",
PACKAGE_VERSION
) == TCL_ERROR) {
return TCL_ERROR;
}