Skip to content

Commit ecdf5f7

Browse files
committed
Bump version to v0.8.1
1 parent 22a84b6 commit ecdf5f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rubik7d.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ namespace _3dedit
2020
/// Summary description for Form1.
2121
/// </summary>
2222
public class Form1:System.Windows.Forms.Form {
23+
public string VERSION = "v0.8.1";
24+
2325
private System.Windows.Forms.Splitter splitter1;
2426
private System.Windows.Forms.Panel panel1;
2527
private System.Windows.Forms.Panel panel2;
@@ -2827,7 +2829,7 @@ int[] GetFastMacroRef(double[] mvec,int []morient) {
28272829

28282830

28292831
private void aboutToolStripMenuItem_Click(object sender,EventArgs e) {
2830-
MessageBox.Show("Original:\r\nMC7D v1.31\r\n(c)2010, Andrey Astrelin\r\n\r\nMC7D-KB v0.8\r\n(c)2025, Jessica Chen");
2832+
MessageBox.Show($"Original:\r\nMC7D v1.31\r\n(c)2010, Andrey Astrelin\r\n\r\nMC7D-KB {VERSION}\r\n(c)2025, Jessica Chen");
28312833
}
28322834

28332835
private void startExtraTurnsToolStripMenuItem_Click(object sender,EventArgs e) {

0 commit comments

Comments
 (0)