Skip to content

Commit

Permalink
v.29
Browse files Browse the repository at this point in the history
  • Loading branch information
kpxp committed Mar 31, 2016
1 parent 8e9f68c commit c563ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WorldOfTheThreeKingdoms/YouxiJincheng/MainGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion WorldOfTheThreeKingdoms/bin/x86/make.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c563ae6

Please sign in to comment.