
1.2:

- End level bonus gets multiplied by a level-specific number, to make
  the game more balanced.
- Changed the music format to .ogg, which SDL_mixer can play more reliably.
- Fixed a bug that caused the starter to be drawn sometimes in a manner
  which suggested there woudln't be collision right after starting, when
  there was.
- Made the game logic independent of floating point operations, to make
  the score verification code work correctly.

1.1.1:

- Fixed a gcc-4.3.2 compilation problem (Thanks to Johan Rehnberg.)

1.1: Initial release
