Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 5de11d9

Browse files
committed
Updated to 3.9
1 parent 96c93fd commit 5de11d9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [UNRELEASED] [3.9]
5+
## [3.9] - 2018-01-05
66
- Added: Disable Program Compatibility Assistant Service
77
- Added: Check for new versions in Options
88
- Added: View changes in Options

Optimizer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static class Program
1818

1919
// Enter current version here
2020
internal readonly static float Major = 3;
21-
internal readonly static float Minor = 8;
21+
internal readonly static float Minor = 9;
2222

2323
internal static string GetCurrentVersionTostring()
2424
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ https://github.com/hellzerg/optimizer/blob/master/IMAGES.md
3737

3838
## Details: ##
3939

40-
* Latest version: 3.8
41-
* Released: December 31, 2017
40+
* Latest version: 3.9
41+
* Released: January 5, 2018

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8
1+
3.9

0 commit comments

Comments
 (0)