Skip to content

Commit

Permalink
releasing soon
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pecl/imagick/trunk@286448 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
mkoppanen committed Jul 28, 2009
1 parent 51a19cb commit 57a4079
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@ IMPORTANT: Version 2.x API is not compatible with earlier versions.
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2009-07-02</date>
<date>2009-07-28</date>
<version>
<release>2.3.0RC3</release>
<release>2.3.0</release>
<api>2.3.0</api>
</version>
<stability>
<release>beta</release>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Closed bug reports and pushing out RC just in case before stable.
- imagick::setImageVirtualPixelMethod not deprecated anymore
- fixed windows build
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_imagick.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/* Define Extension Properties */
#define PHP_IMAGICK_EXTNAME "imagick"
#define PHP_IMAGICK_VERSION "2.3.0-dev"
#define PHP_IMAGICK_VERSION "2.3.0"
#define PHP_IMAGICK_EXTNUM 20300

/* Import configure options
Expand Down

0 comments on commit 57a4079

Please sign in to comment.