- updated to v1.7

- added a comment
This commit is contained in:
Andrew Tridgell 2002-04-09 05:47:29 +02:00
parent 7ef3b29b46
commit b74bf9f12e
2 changed files with 3 additions and 1 deletions

View File

@ -218,6 +218,8 @@ static void find_hash(ARGS *args)
hash_file(args->argv[i]+8);
continue;
}
/* all other arguments are included in the hash */
hash_string(args->argv[i]);
}

View File

@ -1,4 +1,4 @@
#define CCACHE_VERSION "1.6"
#define CCACHE_VERSION "1.7"
#include "config.h"