Skip to content

Commit b60be29

Browse files
committed
Release v0.7.3
1 parent a5392e2 commit b60be29

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
## [Unreleased]
88

9+
## [0.7.3] - 2016-05-05
10+
911
### Changed
1012
- Changed the license from `LGPLv3` to `Simplified BSD License`
1113
- Changed target handlebars.c version to 0.5.1
1214
- Changed target php-psr version to 0.2.3
15+

php_handlebars.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include "main/php.h"
66

77
#define PHP_HANDLEBARS_NAME "handlebars"
8-
#define PHP_HANDLEBARS_VERSION "0.7.2"
9-
#define PHP_HANDLEBARS_RELEASE "2016-04-24"
8+
#define PHP_HANDLEBARS_VERSION "0.7.3"
9+
#define PHP_HANDLEBARS_RELEASE "2016-05-05"
1010
#define PHP_HANDLEBARS_AUTHORS "John Boehr <[email protected]> (lead)"
1111
#define PHP_HANDLEBARS_SPEC "4.0.5"
1212

0 commit comments

Comments
 (0)