Skip to content

Commit

Permalink
v0.6.1 update make version
Browse files Browse the repository at this point in the history
  • Loading branch information
chichian committed Apr 4, 2018
1 parent 071f1ca commit 39e4850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL:=/bin/bash -O extglob
# 03/03/2018 Changed to match https://github.com/VCVRack/Fundamental/blob/master/Makefile

SLUG = trowaSoft
VERSION = 0.6.0
VERSION = 0.6.1
# ^ Don't allow any SPACE after the VERSION because it will F'UP the zip...
# ONLY 3 digits allowed now. https://github.com/VCVRack/community/issues/269

Expand Down
3 changes: 2 additions & 1 deletion src/trowaSoft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ using namespace rack;
extern Plugin *plugin;

// An internal version number (integer) value. Simple int value for quick/dirty easy comparison.
#define TROWA_INTERNAL_VERSION_INT 8
#define TROWA_INTERNAL_VERSION_INT 9
// 7: 0.5.5.2
// 8: 0.6.5.2dev - For Rack 0.6.0dev
// 9: 0.6.1


//#include "TSSModuleWidgetBase.hpp"
Expand Down

0 comments on commit 39e4850

Please sign in to comment.