Skip to content

Commit

Permalink
Version bump for 1.5
Browse files Browse the repository at this point in the history
Added jenkins.txt
  • Loading branch information
linuxgurugamer committed Oct 31, 2018
1 parent 926a48a commit 72c6909
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,4 @@ $RECYCLE.BIN/
*.swp
*.dll
*.pdb
*.bak
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.6.2
Version bump for 1.5

0.9.6.1
Updated version info for 1.4.1

Expand Down
6 changes: 3 additions & 3 deletions FuelTankExpansion.version
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"NAME": "MunarIndustries Fuel Tank Expansion",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/ModularFuelTankExpansion/master/GameData/MunarIndustries/FuelTankExpansion.version",
"URL": "http://ksp.spacetux.net/avc/FuelTankExpansion",
"VERSION": {
"MAJOR": 0,
"MINOR": 9,
"PATCH": 6,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -19,7 +19,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 4,
"MINOR": 5,
"PATCH": 99
}
}
6 changes: 6 additions & 0 deletions GameData/MunarIndustries/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.6.2
Version bump for 1.5

0.9.6.1
Updated version info for 1.4.1

0.9.6
Added TexturesUnlimited patch by @MeCripp

Expand Down
6 changes: 3 additions & 3 deletions GameData/MunarIndustries/FuelTankExpansion.version
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"NAME": "MunarIndustries Fuel Tank Expansion",
"URL": "https://raw.githubusercontent.com/linuxgurugamer/ModularFuelTankExpansion/master/GameData/MunarIndustries/FuelTankExpansion.version",
"URL": "http://ksp.spacetux.net/avc/FuelTankExpansion",
"VERSION": {
"MAJOR": 0,
"MINOR": 9,
"PATCH": 6,
"BUILD": 0
"BUILD": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand All @@ -19,7 +19,7 @@
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 3,
"MINOR": 5,
"PATCH": 99
}
}
35 changes: 35 additions & 0 deletions jenkins.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#
# This file contains several types of information:
#
# 0 KSP version, if not the current
# 1 Mod install directory, version file to use when building zip file
# 2 Project definitions
# 3 Files to copy, source, dest
# 4 Directory to copy, sourcedir, destdir
# 5 Add ModuleManager to GameData
# 6 Spacedock.info mod id
# 7 Additional folders in the GameData to be included in the final zip
# 8 Additional mods to include, will copy into GameData and will be included in zip

# Special case if files are in the GameData directory itself
# Special Case: 7:GameData

#
# All paths are relative to the top git folder of the repo
#
# and must use forward slashes
#

# 0:KSPVersion
# 0:1.3

# 1:GAMEDIR, VERSIONFILE [, GITHUBREPO ]
1:MunarIndustries, FuelTankExpansion.version, ModularFuelTankExpansion


# 3:SOURCEFILE, DESTDIR
3:FuelTankExpansion.version,GameData/MunarIndustries


# End of file
#

0 comments on commit 72c6909

Please sign in to comment.