Skip to content

Commit

Permalink
v4.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shengqh committed Mar 7, 2016
1 parent a799a21 commit 3148243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Properties/RcpaToolsAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ static class RcpaToolsAssembly
internal const string Author = "Quanhu SHENG";
internal const string Company = "RCPA/CQS";
internal const string Copyright = "Copyright (C) 2006-2015 " + Company;
internal const string Version = "4.0.12";
internal const string Version = "4.0.13";
internal const string InformationalVersion = Version;
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Two libraries are required for executing the software:
Both 64bit version and 32bit version are provided in [github](https://github.com/shengqh/RCPA.Tools/releases). Download the file and decompress it to any folder you want, run ProteomicsTools.exe and have fun.

###Source
The c# source code is also provided at following repositories. Visual Studio 2012 is recommended for compilation.
The c# source code is also provided at following repositories. Visual Studio 2015 is recommended for compilation.

- [SQH.Lib](https://github.com/shengqh/SQH.Lib/) : Third part C# libraries required by other modules.
- [RCPA.Core](https://github.com/shengqh/RCPA.Core/) : Core library of GUI and utilities.
Expand All @@ -60,6 +60,8 @@ The c# source code is also provided at following repositories. Visual Studio 201

<a name="Changes"/>
#Changes
- 2016/03/07 Version 4.0.13
1. Enhanced: Deuterium Calculator. Updated the R code for calculation which will install packages properly.
- 2016/03/01 Version 4.0.12
1. New feature: Deuterium Calculator.
- 2016/01/14 Version 4.0.11
Expand Down

0 comments on commit 3148243

Please sign in to comment.