Skip to content

Commit

Permalink
updated to version 0.57Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Roden committed Jun 23, 2017
1 parent db37086 commit 0baf660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpreferencespane.cpp
Expand Up @@ -64,7 +64,7 @@ CPreferencesPane::CPreferencesPane(QDialog *parent) : QDialog(parent)
connect(flatfield, &QCheckBox::stateChanged, this, &CPreferencesPane::flatfield_changed);
connect(formatComboBox, static_cast<void(QComboBox::*)(int)>(&QComboBox::currentIndexChanged), this, &CPreferencesPane::format_changed);

versionLabel = new QLabel("v. 0.56.3 Beta"); // 1st version of Merrill flat-fielding
versionLabel = new QLabel("v. 0.57 Beta"); // 1st version of Merrill flat-fielding
// MAKE SURE TO UPDATE THIS WITH EVERY NEW VERSION!!!


Expand Down

0 comments on commit 0baf660

Please sign in to comment.