Skip to content

Commit

Permalink
alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Mar 30, 2019
1 parent 8896a61 commit e1e0e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Flutterbird.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void Flutterbird::InitGraphics()
pGraphics->AttachControl(new ITextControl(topBar.GetHShifted(PLUG_GUI_BASE_UNIT / 2).GetVShifted(-20.f),
"Flutterbird", handwritingText));
parameterNameLabel = new ITextControl(topBar.GetHShifted(PLUG_GUI_BASE_UNIT / 2).GetVShifted(16.f),
"v2.0 alpha 2", infoText);
"v2.0 alpha 3", infoText);
pGraphics->AttachControl(parameterNameLabel);
parameterValueLabel = new ITextControl(topBar.GetHShifted(PLUG_GUI_BASE_UNIT / 2).GetVShifted(36.f),
"", infoText);
Expand Down Expand Up @@ -313,7 +313,7 @@ Flutterbird::Flutterbird(IPlugInstanceInfo instanceInfo)
bool Flutterbird::SerializeState(IByteChunk & chunk) const
{
TRACE;
chunk.PutStr("Flutterbird v2.0 alpha 2");
chunk.PutStr("Flutterbird v2.0 alpha 3");
return SerializeParams(chunk);
}

Expand Down

0 comments on commit e1e0e3c

Please sign in to comment.