Index: binary-improvements/bundle_creation/makefile
===================================================================
--- binary-improvements/bundle_creation/makefile	(revision 238)
+++ binary-improvements/bundle_creation/makefile	(revision 244)
@@ -4,5 +4,5 @@
 
 VERSIONFILE=../bin/Mods/Allocs_CommonFunc/7dtd-server-fixes_version.txt
-VERSION=$(shell cat ${VERSIONFILE} | grep "Version" | cut -d\  -f8)
+VERSION=$(shell cat ${VERSIONFILE} | grep "Combined" | cut -d\  -f2)
 ARCHIVENAME=server_fixes_v${VERSION}.tar.gz
 
