unit browserconstants;

{$mode delphi}

interface

const
  BrowserVersion = '0.5';

implementation

end.