I am finishing up my game and I have a string called "str_version" to show the version number on the splash screen.
That is the only place this string is used in the whole game.

If I change the content of the string to "Version 1.0" the game will not run. It crashes on startup.

If I have any other string in there it works fine.

Am I going crazy?