Revision: 1021
http://svn.sourceforge.net/phpfreechat/?rev=1021&view=rev
Author: kerphi
Date: 2007-04-18 08:30:04 -0700 (Wed, 18 Apr 2007)
Log Message:
-----------
change the version filename
Modified Paths:
--------------
trunk/misc/sendSource
Modified: trunk/misc/sendSource
===================================================================
--- trunk/misc/sendSource 2007-04-18 15:25:30 UTC (rev 1020)
+++ trunk/misc/sendSource 2007-04-18 15:30:04 UTC (rev 1021)
@@ -1,8 +1,8 @@
#!/bin/sh
-NAME_TGZ=phpfreechat-`cat ../version`.tar.gz
-NAME_ZIP=phpfreechat-`cat ../version`.zip
-NAME_SETUP=phpfreechat-`cat ../version`-setup.php
+NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz
+NAME_ZIP=phpfreechat-`cat ../version.txt`.zip
+NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php
#scp ./$NAME_ZIP ./$NAME_TGZ mic...@ph...:/home/micropolia/svn/phpfreechat/prod/www/download/
lftp -c "mput -O ftp://upload.sourceforge.net/incoming/ $NAME_TGZ"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|