Version hash no longer includes time.

This commit is contained in:
n-a-c-h
2006-02-15 02:57:28 +00:00
parent abcc48b673
commit 22e6999f5d

View File

@@ -43,6 +43,6 @@ void placetime()
unsigned int version_hash() unsigned int version_hash()
{ {
return(~crc32(crc32(0, (const unsigned char *)__DATE__, strlen(__DATE__)), (const unsigned char *)__TIME__, strlen(__TIME__))); return(~crc32(0, (const unsigned char *)__DATE__, strlen(__DATE__)));
} }