Skip to content

Commit f013de7

Browse files
committed
Merge branch 'release/0.4' into develop
2 parents 0a08b6a + fd09ecf commit f013de7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 0.4
2+
-----------
3+
4+
* add tagline support
5+
thanks to Mark Wu
6+
* add a Makefile to build stand-alone PHAR executable
7+
thanks to Mark Wu
8+
* update PHPParser dependency to version 0.9.3
9+
110
Version 0.3
211
-----------
312

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.3;
4+
const VERSION = 0.4;
55

66
private $mFile;
77

0 commit comments

Comments
 (0)