diff --git a/README.md b/README.md index 27ede1f7..3d029c7a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ This README is being written.
[![Build Status](https://travis-ci.org/andlabs/libui.png)](https://travis-ci.org/andlabs/libui) +*(currently failing because the version of cmake that Travis uses treats Objective-C files as C++; if you know the fix please file a PR)* ## Announcements * **5 June 2016** - * **The build system is now cmake.** cmake 2.8.11 or higher is needed. - * Static linking is now possible. - * MinGW linking is back, but static only. + * **Alpha 3.1 is here.** This was a much-needed update to Alpha 3 that changes a few things: + * **The build system is now cmake.** cmake 2.8.11 or higher is needed. + * Static linking is now fully possible. + * MinGW linking is back, but static only. * **29 May 2016** * **Alpha 3 is here!** Get it [here](https://github.com/andlabs/libui/releases/tag/alpha3). diff --git a/examples/controlgallery/darwin.png b/examples/controlgallery/darwin.png index 6514507f..f61b54ba 100644 Binary files a/examples/controlgallery/darwin.png and b/examples/controlgallery/darwin.png differ diff --git a/examples/controlgallery/unix.png b/examples/controlgallery/unix.png index 2aa5ea0a..0c58d090 100644 Binary files a/examples/controlgallery/unix.png and b/examples/controlgallery/unix.png differ diff --git a/examples/controlgallery/windows.png b/examples/controlgallery/windows.png index 5917ca0f..4be832f7 100755 Binary files a/examples/controlgallery/windows.png and b/examples/controlgallery/windows.png differ