Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Oct 26, 2016
1 parent 370d1e7 commit feab62f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ ui
TODO
====

- make other people test stuff
- track upstream changes ... forever ...
- Font Metrics
- onQueueMain for pthreads
-

Requirements
===========
Expand All @@ -17,3 +18,13 @@ Requirements
- [libui](https://github.com/andlabs/libui) (ce37d12d230cea529bf6f5ac1d3bc76b9a75bbbd)
- Windows/MacOSX/Linux (GTK-3)
- patience

Documentation
============

The documentation for UI can be found in the [PHP manual](http:https://php.net/ui)

Contributions
============

Pull requests are welcome, and should target the develop branch.
17 changes: 7 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,26 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-10-25</date>
<time>12:00:00</time>
<date>2016-10-26</date>
<time>09:00:00</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http:https://www.php.net/license">PHP License</license>
<notes>
App::run changes (see docs)
App::onTick (see docs)
UI\Key enumeration
UI\Point and UI\Size math operations
Reference counting for layout controls
Fix build when x is not available
Fix windows onTick
</notes>
<contents>
<dir name="/">
<file name="examples/histogram.php" role="doc" />
<file name="examples/gallery.php" role="doc" />
<file name="examples/snake.php" role="doc"/>
<file name="examples/starfield.php" role="doc"/>
<file name="classes/app.c" role="src" />
<file name="classes/app.h" role="src" />
<file name="classes/area.c" role="src" />
Expand Down
2 changes: 1 addition & 1 deletion php_ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern zend_module_entry ui_module_entry;
#define phpext_ui_ptr &ui_module_entry

#define PHP_UI_VERSION "1.0.1dev"
#define PHP_UI_VERSION "1.0.1"

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

0 comments on commit feab62f

Please sign in to comment.