From 5de11d929ea588c64507ded82e73a7041fd9f5db Mon Sep 17 00:00:00 2001 From: deadmoon Date: Fri, 5 Jan 2018 17:09:22 +0200 Subject: [PATCH] Updated to 3.9 --- CHANGELOG.md | 2 +- Optimizer/Program.cs | 2 +- README.md | 4 ++-- version.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfee3cb..12010a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [UNRELEASED] [3.9] +## [3.9] - 2018-01-05 - Added: Disable Program Compatibility Assistant Service - Added: Check for new versions in Options - Added: View changes in Options diff --git a/Optimizer/Program.cs b/Optimizer/Program.cs index 03fdb157..637c9e7a 100644 --- a/Optimizer/Program.cs +++ b/Optimizer/Program.cs @@ -18,7 +18,7 @@ static class Program // Enter current version here internal readonly static float Major = 3; - internal readonly static float Minor = 8; + internal readonly static float Minor = 9; internal static string GetCurrentVersionTostring() { diff --git a/README.md b/README.md index fe2e78ad..2ed3b376 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ https://github.com/hellzerg/optimizer/blob/master/IMAGES.md ## Details: ## -* Latest version: 3.8 -* Released: December 31, 2017 \ No newline at end of file +* Latest version: 3.9 +* Released: January 5, 2018 \ No newline at end of file diff --git a/version.txt b/version.txt index 98fccd6d..a02597f4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.8 \ No newline at end of file +3.9 \ No newline at end of file