Skip to content

Commit c933751

Browse files
committed
Release 15.08.09
1 parent 8e172a7 commit c933751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This program is forked from SVN Notifier (http://svnnotifier.tigris.org/).
99
* TortoiseSVN (optional)
1010
* Git
1111
* TortoiseGit
12-
* Microsoft Windows 2000/XP/Vista/7
12+
* Microsoft Windows 2000/XP/Vista/7/8/8.1/10
1313
* Microsoft .NET Framework 4.5
1414

1515
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).

SCM_Notifier/AboutForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace pocorall.SCM_Notifier
3434
/// </summary>
3535
public class AboutForm : Form
3636
{
37-
public static Version Version = new Version ("15.03.10");
37+
public static Version Version = new Version ("15.08.09");
3838
public static string VersionStatus = ""; // " alpha", " beta", ""
3939

4040
#region Windows Form Designer generated fields

0 commit comments

Comments
 (0)