Skip to content

Commit

Permalink
corrected version number to 2.3.1, minor changes in c# code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisVeigl committed Mar 16, 2021
1 parent 4e6192c commit 14895c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified FabiGUI_C#/FabiGUI.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions FabiGUI_C#/MainGui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace FabiGUI
{
public partial class FabiGUI : Form
{
const string VERSION_STRING = "2.31";
const string VERSION_STRING = "2.3.1";

const int SPECIALMODE_CHANGE_STEP = 5;
const int PRESSURE_CHANGE_STEP = 1;
Expand Down Expand Up @@ -683,7 +683,7 @@ private void slotNames_SelectedIndexChanged(object sender, EventArgs e)

private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
MessageBox.Show("Fabi V"+VERSION_STRING+" - AsTeRICS Foundation\nFor more information see: http://www.asterics-academy.net");
MessageBox.Show("Fabi V"+VERSION_STRING+" - AsTeRICS Foundation\nFor more information see: https://www.asterics-foundation.org");
}

private void timeThresholdBar_Scroll(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions FabiGUI_C#/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("FabiGUI")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("AsTeRICS Academy")]
[assembly: AssemblyCompany("AsTeRICS Foundation")]
[assembly: AssemblyProduct("FabiGUI")]
[assembly: AssemblyCopyright("Copyright © AsTeRICS Academy 2015")]
[assembly: AssemblyCopyright("Copyright © AsTeRICS Foundation 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
2 changes: 1 addition & 1 deletion FabiWare/fabi.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "commands.h"


#define VERSION_STRING "FABI v2.31"
#define VERSION_STRING "FABI v2.3.1"

//#define TEENSY // if a Teensy2.0++ controller is used
#define ARDUINO_PRO_MICRO // if Arduino Leonardo or Arduino (Pro) Micro is used
Expand Down

0 comments on commit 14895c5

Please sign in to comment.