[splittiming] Define far ahead version.

This will let other branches develop .ssc if needed
while this branch takes its time.
This commit is contained in:
Jason Felds
2011-05-09 22:49:47 -04:00
parent f629f06c34
commit 2ad3b729f1
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ struct lua_State;
struct BackgroundChange;
/** @brief The version of the .ssc file format. */
const static float STEPFILE_VERSION_NUMBER = 0.59f;
const static float STEPFILE_VERSION_NUMBER = 0.7f;
/** @brief How many edits for this song can each profile have? */
const int MAX_EDITS_PER_SONG_PER_PROFILE = 5;