10000 Set version to 2.6.1-dev · redaxeprogrammers/codebird-php@f1e283e · GitHub
[go: up one dir, main page]

Skip to content

Commit f1e283e

Browse files
committed
Set version to 2.6.1-dev
1 parent c9821b2 commit f1e283e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
codebird-php - changelog
22
========================
33

4+
2.6.1 (not yet released)
5+
46
2.6.0 (2014-10-12)
57
+ #67 Don't require cURL, allow stream connections too
68
+ Use default timeout

src/codebird.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* A Twitter library in PHP.
77
*
88
* @package codebird
9-
* @version 2.6.0
9+
* @version 2.6.1-dev
1010
* @author Jublo Solutions <support@jublo.net>
1111
* @copyright 2010-2014 Jublo Solutions <support@jublo.net>
1212
* @license http://opensource.org/licenses/GPL-3.0 GNU General Public License 3.0
@@ -109,7 +109,7 @@ class Codebird
109109
/**
110110
* The current Codebird version
111111
*/
112-
protected $_version = '2.6.0';
112+
protected $_version = '2.6.1-dev';
113113

114114
/**
115115
* Auto-detect cURL absence

0 commit comments

Comments
 (0)
0