Add clear/cmd_cache command to git
authordirk <dirk@server.easyspeedy.com>
Fri, 26 Feb 2010 18:28:43 +0000 (18:28 +0000)
committerdirk <dirk@server.easyspeedy.com>
Fri, 26 Feb 2010 18:28:43 +0000 (18:28 +0000)
cmd/clear/cmd_cache.pl [new symlink]
perl/Version.pm

diff --git a/cmd/clear/cmd_cache.pl b/cmd/clear/cmd_cache.pl
new file mode 120000 (symlink)
index 0000000..d070a0f
--- /dev/null
@@ -0,0 +1 @@
+../load/cmd_cache.pl
\ No newline at end of file
index ffa9ecd30c55d264aecab707908c528ad2c1e04b..55e382339a46633933886a1c63024fbbc6a69f28 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.55';
+$version = '';
 $subversion = '0';
-$build = '54';
+$build = '1';
 
 1;