diff --git a/WorldOfTheThreeKingdoms/YouxiJincheng/MainGame.cs b/WorldOfTheThreeKingdoms/YouxiJincheng/MainGame.cs index 4700d7e..5732210 100644 --- a/WorldOfTheThreeKingdoms/YouxiJincheng/MainGame.cs +++ b/WorldOfTheThreeKingdoms/YouxiJincheng/MainGame.cs @@ -60,7 +60,7 @@ public MainGame() this.graphics.PreferredBackBufferHeight = this.previousWindowHeight; base.Window.AllowUserResizing = true; DateTime buildDate = new FileInfo(Assembly.GetExecutingAssembly().Location).LastWriteTime; - base.Window.Title = "中华三国志开发版(已命名修改版 更新补丁1.7 v.29 dev - build-" + buildDate.Year + "-" + buildDate.Month + "-" + buildDate.Day + ")"; + base.Window.Title = "中华三国志稳定版(已命名修改版 v.29 build-" + buildDate.Year + "-" + buildDate.Month + "-" + buildDate.Day + ")"; //System.Windows.Forms.Control control = System.Windows.Forms.Control.FromHandle(base.Window.Handle); this.GameForm = (System.Windows.Forms.Form)System.Windows.Forms.Form.FromHandle(this.Window.Handle); diff --git a/WorldOfTheThreeKingdoms/bin/x86/make.iss b/WorldOfTheThreeKingdoms/bin/x86/make.iss index 00fcd67..d75c934 100644 --- a/WorldOfTheThreeKingdoms/bin/x86/make.iss +++ b/WorldOfTheThreeKingdoms/bin/x86/make.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "中华三国志" -#define MyAppVersion "v.26a" +#define MyAppVersion "v.29" #define MyAppPublisher "中华三国志" #define MyAppURL "http://www.zhsan.com" #define MyAppExeName "WorldOfTheThreeKingdoms.exe"