Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 5cd7cb9

Browse files
committed
[1.12.12] Release readiness
- Updated version and date in README - Updated VERSION constant in Zend_Version
1 parent 9e03a3a commit 5cd7cb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Master: [![Build Status](https://api.travis-ci.org/zendframework/zf1.png?branch=
77
RELEASE INFORMATION
88
===================
99

10-
Zend Framework 1.12.12dev Release.
11-
Released on MMMMMMMM DD, YYYY.
10+
Zend Framework 1.12.12 Release.
11+
Released on May 19, 2015.
1212

1313
IMPORTANT FIXES FOR 1.12.12
1414
---------------------------

library/Zend/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final class Zend_Version
3232
/**
3333
* Zend Framework version identification - see compareVersion()
3434
*/
35-
const VERSION = '1.12.12dev';
35+
const VERSION = '1.12.12';
3636

3737
/**
3838
* The latest stable version Zend Framework available

0 commit comments

Comments
 (0)