Skip to content

Commit a1d99e6

Browse files
committed
Mark version 60 as current
1 parent 84143dd commit a1d99e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ function accepts a boolean argument that determines whether deprecated versions
513513
In the following the changes in the respective AST versions, as well as their current support state,
514514
are listed.
515515

516-
### 60 (experimental)
516+
### 60 (current)
517517

518518
Supported since 0.1.7 (XXX).
519519

@@ -522,7 +522,7 @@ Supported since 0.1.7 (XXX).
522522
* `AST_FUNC_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
523523
On PHP 7.0 the value is always `null`.
524524

525-
### 50 (current)
525+
### 50 (stable)
526526

527527
Supported since 0.1.5 (2017-07-19).
528528

ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define AST_CACHE_SLOT_LINENO &AST_G(cache_slots)[2 * 2]
2929
#define AST_CACHE_SLOT_CHILDREN &AST_G(cache_slots)[2 * 3]
3030

31-
#define AST_CURRENT_VERSION 50
31+
#define AST_CURRENT_VERSION 60
3232

3333
/* Additional flags for BINARY_OP */
3434
#define AST_BINARY_IS_GREATER 256

0 commit comments

Comments
 (0)