Skip to content

Commit 0be3f06

Browse files
committed
[2.3.3] Release readiness
- Updated README with date - Updated CHANGELOG with date - Upped VERSION constant
1 parent c65e979 commit 0be3f06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 2.3.3 (YYYY-MM-DD)
3+
## 2.3.3 (2014-09-17)
44

55
- [6576: Custom barcode adapter wasn't being set in options](https://github.com/zendframework/zf2/pull/6576)
66
- [6664: Use is_file to check for an uploaded file](https://github.com/zendframework/zf2/pull/6664)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Develop:
99

1010
## RELEASE INFORMATION
1111

12-
*Zend Framework 2.3.3dev*
12+
*Zend Framework 2.3.3*
1313

1414
This is the third maintenance release for the version 2.3 series.
1515

16-
DD MMM YYYY
16+
17 Sep 2014
1717

1818
### UPDATES IN 2.3.3
1919

library/Zend/Version/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class Version
2020
/**
2121
* Zend Framework version identification - see compareVersion()
2222
*/
23-
const VERSION = '2.3.3dev';
23+
const VERSION = '2.3.3';
2424

2525
/**
2626
* Github Service Identifier for version information is retrieved from

0 commit comments

Comments
 (0)