Skip to content

Commit c465924

Browse files
committed
Tidying
1 parent 9ffc430 commit c465924

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

HTTPHeader.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
namespace xenocrat;
33

44
class HTTPHeader {
5-
const HTTPHEADER_VERSION_MAJOR = 4;
6-
const HTTPHEADER_VERSION_MINOR = 6;
5+
const VERSION_MAJOR = 4;
6+
const VERSION_MINOR = 7;
7+
const VERSION_PATCH = 0;
78

89
protected static function header_from_server(
910
$name

0 commit comments

Comments
 (0)