Navigation Menu

Skip to content

Commit

Permalink
GitHub #36 - Fix version number, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Feb 6, 2015
1 parent 7403eb8 commit 81113cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions package.xml
Expand Up @@ -10,18 +10,19 @@
<email>sqmk@php.net</email>
<active>yes</active>
</lead>
<date>2014-12-20</date>
<date>2014-2-06</date>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license filesource="LICENSE">PHP License</license>
<notes>
- Stable release
- Add second argument to jsmin to return error code (thanks c9s)
- Bug fixes (thanks c9s)
</notes>
<contents>
<dir name="/">
Expand All @@ -33,6 +34,7 @@
<file name="php_jsmin.h" role="src" />
<file name="jsmin.c" role="src" />
<file name="jsmin.h" role="src" />
<file name="tests/99-compress-jquery.phpt" role="test" />
<file name="tests/call-multiple-times.phpt" role="test" />
<file name="tests/false-on-failure.phpt" role="test" />
<file name="tests/issue-03-string-type-on-empty-arg.phpt" role="test" />
Expand Down
2 changes: 1 addition & 1 deletion php_jsmin.h
Expand Up @@ -21,7 +21,7 @@
#ifndef PHP_JSMIN_H
#define PHP_JSMIN_H

#define PHP_JSMIN_VERSION "1.0.0"
#define PHP_JSMIN_VERSION "1.1.0"

#ifdef PHP_WIN32
#define PHP_JSMIN_API __declspec(dllexport)
Expand Down

0 comments on commit 81113cf

Please sign in to comment.