Update of setup/tools
Modified Files:
Branch: MAIN
versions.pl.txt lines: +3 -3
Log Message:
Renamed setup/versions.inc.php to versions.txt, because it was not a php file
and this conflicts with some tools.
====================================================
Index: setup/tools/versions.pl.txt
diff -u setup/tools/versions.pl.txt:1.1 setup/tools/versions.pl.txt:1.2
--- setup/tools/versions.pl.txt:1.1 Mon Jul 30 15:59:25 2001
+++ setup/tools/versions.pl.txt Wed May 11 21:10:37 2005
@@ -12,7 +12,7 @@
# $Id$ #
# versions.pl (c) 2001 Miles Lott
- # Extract and print all app versions, and create a versions.inc.php
file.
+ # Extract and print all app versions, and create a versions.txt file.
# This would be run at each release to generate a tab-delimited listing
# of appnames and current versions.
@@ -69,7 +69,7 @@
{
@versions = sort @info;
reset(@versions);
- open(OUT,'>' . $installdir. '/setup/versions.inc.php');
+ open(OUT,'>' . $installdir. '/setup/versions.txt');
for $i (0..$#versions)
{
print $versions[$i];
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs