Skip to content

Commit 251d5f0

Browse files
committed
Merge branch 'release/0.4.2' into develop
2 parents 2dfca59 + ed754b8 commit 251d5f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.4.2
2+
-------------
3+
4+
* Add assign reference support to phpctags
5+
thanks to Mark Wu
6+
17
Version 0.4.1
28
-------------
39

PHPCtags.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class PHPCtags
33
{
4-
const VERSION = '0.4.1';
4+
const VERSION = '0.4.2';
55

66
private $mFile;
77

0 commit comments

Comments
 (0)