blob: 5ad948e06fb291282944de93919a53e9e43fa1dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Shave and a Haircut
// (c) 2019 Epic Games
// US Patent 6720962
global string $shaveVersion_fileVersion = "$Revision$";
global proc string shaveVersion()
{
return "9.6v21";
}
|