Skip to content

Commit 2ad4ae4

Browse files
committed
changed version number for a new release
1 parent 907c5ca commit 2ad4ae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ksp-fullscreenfix v0.1
1+
#ksp-fullscreenfix v0.1040
22

33
Changes Kerbal Space Program to run in exclusive fullscreen mode on windows,
44
when using default d3d9 renderer.

Source/ksp-fullscreenfix.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict;
44
use warnings;
55

6-
our $VERSION='0.1';
6+
our $VERSION='0.1040';
77

88
my $target='KSP_Data/mainData';
99
my $backup='KSP_Data/mainData-ksp-fullscreenfix-backup';

0 commit comments

Comments
 (0)