Skip to content

Commit

Permalink
Release 15.08.09
Browse files Browse the repository at this point in the history
  • Loading branch information
pocorall committed Aug 9, 2015
1 parent 8e172a7 commit c933751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This program is forked from SVN Notifier (http://svnnotifier.tigris.org/).
* TortoiseSVN (optional)
* Git
* TortoiseGit
* Microsoft Windows 2000/XP/Vista/7
* Microsoft Windows 2000/XP/Vista/7/8/8.1/10
* Microsoft .NET Framework 4.5

Git update will **not work** properly if you do not [configure private key for TortoiseGit](http://serverfault.com/questions/194567/how-to-i-tell-git-for-windows-where-to-find-my-private-rsa-key).
Expand Down
2 changes: 1 addition & 1 deletion SCM_Notifier/AboutForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace pocorall.SCM_Notifier
/// </summary>
public class AboutForm : Form
{
public static Version Version = new Version ("15.03.10");
public static Version Version = new Version ("15.08.09");
public static string VersionStatus = ""; // " alpha", " beta", ""

#region Windows Form Designer generated fields
Expand Down

0 comments on commit c933751

Please sign in to comment.