Skip to content

Commit df80d48

Browse files
committed
Merge branch 'master' into develop
2 parents 52d6e00 + 58ed3e2 commit df80d48

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.5.1
2+
-------------
3+
4+
* Fix building compatiblity with PHP 5.3.*
5+
thanks to grep-awesome@github
6+
17
Version 0.5
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.5';
4+
const VERSION = '0.5.1';
55

66
private $mFile;
77

0 commit comments

Comments
 (0)