1.6.11 - Invalid version found: 1.04 [solved]

If you have a Linux or mac os x based system you can use the following command to find all recurrences of version=1.04 in your code :

find . -type f -exec grep -l version=1.04 {} ;