Increment version number to 2.1.5

This commit is contained in:
Grigory Chudov
2013-04-12 23:01:20 -04:00
parent 1fe7d96ba4
commit 769949f178
36 changed files with 69 additions and 69 deletions

View File

@@ -68,7 +68,7 @@
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "frmCUEPlayer";
this.Text = "CUEPlayer 2.1.4";
this.Text = "CUEPlayer 2.1.5";
this.Load += new System.EventHandler(this.frmCUEPlayer_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCUEPlayer_FormClosing);
this.menuStrip1.ResumeLayout(false);