Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14048304
D13960.id33693.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
836 B
Referenced Files
None
Subscribers
None
D13960.id33693.diff
View Options
diff --git a/src/parser/xhpast/bin/PhutilXHPASTBinary.php b/src/parser/xhpast/bin/PhutilXHPASTBinary.php
--- a/src/parser/xhpast/bin/PhutilXHPASTBinary.php
+++ b/src/parser/xhpast/bin/PhutilXHPASTBinary.php
@@ -8,7 +8,7 @@
* This is the version that would be obtained with an up-to-date XHPAST
* build. The //actual// XHPAST build version may vary.
*/
- const EXPECTED_VERSION = '5.5.8/1j';
+ const EXPECTED_VERSION = '5.5.9';
/**
* The XHPAST build version.
diff --git a/support/xhpast/xhpast.cpp b/support/xhpast/xhpast.cpp
--- a/support/xhpast/xhpast.cpp
+++ b/support/xhpast/xhpast.cpp
@@ -14,7 +14,7 @@
int main(int argc, char* argv[]) {
if (argc != 1) {
// Coupling: modify also src/parser/xhpast/bin/PhutilXHPASTBinary.php
- cout << "5.5.8/1j\n";
+ cout << "5.5.9\n";
return 0;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 7:25 AM (4 h, 14 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721386
Default Alt Text
D13960.id33693.diff (836 B)
Attached To
Mode
D13960: Use semantic versioning for XHPAST
Attached
Detach File
Event Timeline
Log In to Comment