Changeset 246
- Timestamp:
- Jul 26, 2015, 4:56:40 PM (9 years ago)
- Location:
- binary-improvements
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/ModInfo.xml
r243 r246 5 5 <Description value="Common functions" /> 6 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value=" 5" />7 <Version value="6" /> 8 8 <Website value="http://7dtd.illy.bz" /> 9 9 </ModInfo> -
binary-improvements/bundle_creation/makefile
r244 r246 3 3 SERVERPATH=/srv/www/illy.bz/http/fi/7dtd/ 4 4 5 $(shell cd .. && ./versions.sh > bin/Mods/Allocs_CommonFunc/7dtd-server-fixes_version.txt) 5 6 VERSIONFILE=../bin/Mods/Allocs_CommonFunc/7dtd-server-fixes_version.txt 6 7 VERSION=$(shell cat ${VERSIONFILE} | grep "Combined" | cut -d\ -f2)
Note:
See TracChangeset
for help on using the changeset viewer.