Skip to content

Commit

Permalink
Updating 0.9.1 version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfb committed Mar 27, 2017
1 parent a82689c commit ed597b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Cinder 0.9.1dev: [libcinder.org](http://libcinder.org)
### Cinder 0.9.1: [libcinder.org](http://libcinder.org)

<p align="center">
<img src="https://libcinder.org/docs/_assets/images/cinder_logo.svg" alt="Cinder Logo" width="256" height="auto"/>
Expand All @@ -19,4 +19,4 @@ Cinder supports macOS, Windows, Linux, and iOS. It requires Xcode 6.0 or later f

Cinder is released under the [Modified BSD License](docs/COPYING). Please visit [our website](https://libcinder.org) for more information.

Also be sure to check the [User Forum](http://discourse.libcinder.org).
Also be sure to check out the [User Forum](http://discourse.libcinder.org).
6 changes: 5 additions & 1 deletion docs/HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
* 0.9.1 ???
* 0.9.2 -
* 0.9.1 Mar 27, 2017
Linux support
CMake support for Linux & macOS
Continuous integration via Travis
* 0.9.0 Oct 2, 2015
Completely rewritten OpenGL API
Total reworking of app:: internals
Expand Down
2 changes: 1 addition & 1 deletion include/cinder/Cinder.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// CINDER_VERSION / 100 % 1000 is the minor version
// CINDER_VERSION / 100000 is the major version
#define CINDER_VERSION 901
#define CINDER_VERSION_STR "0.9.1dev"
#define CINDER_VERSION_STR "0.9.1"

#if ! defined( ASIO_STANDALONE )
#define ASIO_STANDALONE 1
Expand Down

0 comments on commit ed597b8

Please sign in to comment.