Skip to content

Commit e3ec393

Browse files
committed
Updating docs to reflect 0.9.2 release
1 parent 2c22e9e commit e3ec393

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Cinder 0.9.2dev: [libcinder.org](http://libcinder.org)
1+
### Cinder 0.9.2: [libcinder.org](http://libcinder.org)
22

33
<p align="center">
44
<img src="https://libcinder.org/docs/_assets/images/cinder_logo.svg" alt="Cinder Logo" width="256" height="auto"/>

docs/HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 0.9.2 -
1+
* 0.9.2 Feb 16, 2020
22
* 0.9.1 Mar 27, 2017
33
Linux support
44
CMake support for Linux & macOS

include/cinder/Cinder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
// CINDER_VERSION / 100 % 1000 is the minor version
3838
// CINDER_VERSION / 100000 is the major version
3939
#define CINDER_VERSION 902
40-
#define CINDER_VERSION_STR "0.9.2dev"
40+
#define CINDER_VERSION_STR "0.9.2"
4141

4242
#if ! defined( ASIO_STANDALONE )
4343
#define ASIO_STANDALONE 1

0 commit comments

Comments
 (0)