Skip to content

Commit

Permalink
Version bump 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Jun 14, 2014
1 parent 06b6328 commit a881e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- 0.1.4 (06-13-2014)
+ Added linux64 build.
+ Updated build script for linux64.
+ Sketches no longer initialize variables in header. Init in setup() or ctor.

- 0.1.3 (06-13-2014)
+ Regression requires reengineering of WebSocketLoggerChannel. Removed for now.
+ Fixed auto release download link. Now links to binary release if available.
Expand Down
2 changes: 1 addition & 1 deletion ofSketchApp/src/App.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class App: public ofBaseApp
{
VERSION_MAJOR = 0,
VERSION_MINOR = 1,
VERSION_PATCH = 3
VERSION_PATCH = 4
};

static const std::string VERSION_PRE_RELEASE;
Expand Down

0 comments on commit a881e1a

Please sign in to comment.