Skip to content

Commit 948d2af

Browse files
Updated internal assembly number, needed for new mod
1 parent b5f41d7 commit 948d2af

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog
22

3-
0.1.9.10 (unreleased)
3+
1.9.10.11
4+
Updated internal assembly number, needed for new mod
5+
6+
0.1.9.10
47
Added check for null image var when loading from file, if null, allocates a small texture first
58

69
0.1.9.9

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 10
13+
"BUILD": 11
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,

ToolbarControl/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
//[assembly: AssemblyVersion("1.0.0.0")]
3636
//[assembly: AssemblyFileVersion("1.0.0.0")]
3737

38-
[assembly: KSPAssembly("ToolbarController", 1, 0)]
38+
[assembly: KSPAssembly("ToolbarController", 1, 0, 1)]
3939
[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]

0 commit comments

Comments
 (0)