We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52d6e00 + 58ed3e2 commit df80d48Copy full SHA for df80d48
ChangeLog.md
@@ -1,3 +1,9 @@
1
+Version 0.5.1
2
+-------------
3
+
4
+* Fix building compatiblity with PHP 5.3.*
5
+ thanks to grep-awesome@github
6
7
Version 0.5
8
-----------
9
PHPCtags.class.php
@@ -1,7 +1,7 @@
<?php
class PHPCtags
{
- const VERSION = '0.5';
+ const VERSION = '0.5.1';
private $mFile;
0 commit comments