From c933751fe97c8b900afa604b24eb41bacde9a0d8 Mon Sep 17 00:00:00 2001 From: Sung-Ho Lee Date: Sun, 9 Aug 2015 12:26:34 +0900 Subject: [PATCH] Release 15.08.09 --- README.md | 2 +- SCM_Notifier/AboutForm.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74a9387..f62ad89 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/SCM_Notifier/AboutForm.cs b/SCM_Notifier/AboutForm.cs index 2572971..07c32a2 100644 --- a/SCM_Notifier/AboutForm.cs +++ b/SCM_Notifier/AboutForm.cs @@ -34,7 +34,7 @@ namespace pocorall.SCM_Notifier /// 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