Skip to content

Commit

Permalink
feat: 软件版本迭代到2.3.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 11, 2019
1 parent 2185c6d commit 8abb72a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
author = u'The OSerialPort Project'

# The short X.Y version
version = '2.2.0'
version = '2.3.0'
# The full version, including alpha/beta/rc tags
release = '2.2.0'
release = '2.3.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Models/HelpM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public async Task<string> UpdateInfoAsync()

public void HelpDataContext()
{
VerInfoNumber = "2.2.0";
VerInfoNumber = "2.3.0";

VerInfo = "OSerialPort v" + VerInfoNumber;
}
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0.21")]
[assembly: AssemblyFileVersion("2.2.0.21")]
[assembly: AssemblyVersion("2.3.0.3")]
[assembly: AssemblyFileVersion("2.3.0.3")]
4 changes: 2 additions & 2 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 "2.2.0"
#define MyVersionInfoVersion "2.2.0.21"
#define MyAppVersion "2.3.0"
#define MyVersionInfoVersion "2.3.0.3"
#define MyAppExeName "OSerialPort.exe"
#define MyAppCopyright "Copyright (C) 2019 Leven"
#define MyAppPublisher "Leven"
Expand Down

0 comments on commit 8abb72a

Please sign in to comment.