Skip to content

Commit 806d8bc

Browse files
committed
Update version number to 6.4
1 parent 40fa4ed commit 806d8bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CodeLab.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class PluginSupportInfo : IPluginSupportInfo
4848

4949
public abstract class CodeLab : Effect
5050
{
51-
internal const string Version = "6.3";
51+
internal const string Version = "6.4";
5252

5353
// Includes the Build and Revision fields that are generated by the compiler
5454
internal static string VersionFull => typeof(CodeLab).Assembly.GetName().Version.ToString();

CodeLabConfigDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ private void settingsToolStripMenuItem_Click(object sender, EventArgs e)
16891689

16901690
private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
16911691
{
1692-
FlexibleMessageBox.Show(WindowTitle + "\nCopyright ©2006-2021, All Rights Reserved.\n\nTom Jackson:\tConcept, Initial Code, Compile to DLL\n\nDavid Issel:\tEffect UI Creation, Effect Icons, Effect Help\n\t\tSystem, File New Complex Pixel Flow Code\n\t\tGeneration, CodeLab Updater, Settings\n\t\tScreen, Bug Fixes), Tutorials and Installer.\n\nJason Wendt:\tMigration to ScintillaNET editor control,\n\t\t.NET 5.0, and the C# 9.0 \"Roslyn\" Compiler.\n\t\tIntelligent Assistance (including code\n\t\tcompletion, tips, snippets, and variable\n\t\tname suggestions), Debug Output, Dark\n\t\tTheme, HiDPI icons, Live Effect Preview,\n\t\tSpellcheck, Filetype plugin creation, and\n\t\tShape editing.\n\nJörg Reichert:\tFlexibleMessageBox", "About CodeLab", MessageBoxButtons.OK, MessageBoxIcon.Information);
1692+
FlexibleMessageBox.Show(WindowTitle + "\nCopyright ©2006-2021, All Rights Reserved.\n\nTom Jackson:\tConcept, Initial Code, Compile to DLL\n\nDavid Issel:\tEffect UI Creation, Effect Icons, Effect Help\n\t\tSystem, File New Complex Pixel Flow Code\n\t\tGeneration, CodeLab Updater, Settings\n\t\tScreen, Bug Fixes), Tutorials and Installer.\n\nJason Wendt:\tMigration to ScintillaNET editor control,\n\t\t.NET 6.0, and the C# 9.0 \"Roslyn\" Compiler.\n\t\tIntelligent Assistance (including code\n\t\tcompletion, tips, snippets, and variable\n\t\tname suggestions), Debug Output, Dark\n\t\tTheme, HiDPI icons, Live Effect Preview,\n\t\tSpellcheck, Filetype plugin creation, and\n\t\tShape editing.\n\nJörg Reichert:\tFlexibleMessageBox", "About CodeLab", MessageBoxButtons.OK, MessageBoxIcon.Information);
16931693
txtCode.Focus();
16941694
}
16951695
#endregion

0 commit comments

Comments
 (0)