diff options
| author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-08-28 03:46:44 +0000 | 
|---|---|---|
| committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-08-28 03:46:44 +0000 | 
| commit | 6aca16cc32a626c863ea73e392afc59b88b89edf (patch) | |
| tree | 19f79d8217dbb716983c020de71dbf2dabe213bf /code/macosx/Quake3.pbproj/project.pbxproj | |
| parent | 64fab6d1e5c81852878cf6d13a778fea7d071430 (diff) | |
| download | ioquake3-aero-6aca16cc32a626c863ea73e392afc59b88b89edf.tar.gz ioquake3-aero-6aca16cc32a626c863ea73e392afc59b88b89edf.zip | |
Patching from floam with some edits by myself:
I was working on a patch earlier to fix some more things up to be more
modern, and I added a couple lines from that cleanup patch I showed you
on irc. Some commented code was removed, some stuff was made to not be
broke (old head usage), the makefile should install things better, and a
a few GCC warnings were gagged. I also attempted to version it but
you'll probably want to change that to whatever versioning rules you
decide on using.
git-svn-id: svn://svn.icculus.org/quake3/trunk@13 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/macosx/Quake3.pbproj/project.pbxproj')
| -rwxr-xr-x | code/macosx/Quake3.pbproj/project.pbxproj | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/code/macosx/Quake3.pbproj/project.pbxproj b/code/macosx/Quake3.pbproj/project.pbxproj index 75e93c7..4b0b2f7 100755 --- a/code/macosx/Quake3.pbproj/project.pbxproj +++ b/code/macosx/Quake3.pbproj/project.pbxproj @@ -7885,7 +7885,7 @@  	<key>CFBundleExecutable</key>  	<string>Quake3</string>  	<key>CFBundleGetInfoString</key> -	<string>Quake 3 Arena 1.32b</string> +	<string>icculus.org/quake3 1.33</string>  	<key>CFBundleIconFile</key>  	<string>Quake3.icns</string>  	<key>CFBundleIdentifier</key> @@ -7897,7 +7897,7 @@  	<key>CFBundlePackageType</key>  	<string>APPL</string>  	<key>CFBundleShortVersionString</key> -	<string>1.32b</string> +	<string>1.33</string>  	<key>CFBundleSignature</key>  	<string>IDQ3</string>  	<key>CFBundleVersion</key> | 
