Skip to content

Commit

Permalink
feat: 软件版本迭代更新至1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leven <levenchn@163.com>
  • Loading branch information
leven99 committed Sep 2, 2019
1 parent 8aaa4cc commit 1ee1b8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Setup/OSerialPort_Inno_Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OSerialPort"
#define MyAppVersion "1.1.0"
#define MyVersionInfoVersion "1.1.0.4"
#define MyAppVersion "1.2.0"
#define MyVersionInfoVersion "1.2.0.4"
#define MyAppExeName "OSerialPort.exe"
#define MyAppCopyright "MIT License"

Expand All @@ -22,9 +22,9 @@ OutputDir=.\
SetupIconFile=.\favicon.ico
#ifdef WINDOWS_X64
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=OSerialPort_Windows_V1.1.0_x64
OutputBaseFilename=OSerialPort_Windows_V1.2.0_x64
#else
OutputBaseFilename=OSerialPort_Windows_V1.1.0_x86
OutputBaseFilename=OSerialPort_Windows_V1.2.0_x86
#endif
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion ViewModels/MainWindowVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ public void StopAutoSendTimer()
public MainWindowVM()
{
/* 菜单栏帮助项 */
VerInfo = "OSerialPort v1.1.0";
VerInfo = "OSerialPort v1.2.0";
VerUpInfo = "检查更新";
ObjRP = "Gitee存储库";
ObjIssue = "报告问题";
Expand Down

0 comments on commit 1ee1b8c

Please sign in to comment.