diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,8 +28,9 @@ enum iFileVersion { | |||
28 | initial_FileVersion = 0, | 28 | initial_FileVersion = 0, |
29 | addedResponseTimestamps_FileVersion = 1, | 29 | addedResponseTimestamps_FileVersion = 1, |
30 | multipleRoots_FileVersion = 2, | 30 | multipleRoots_FileVersion = 2, |
31 | serializedSidebarState_FileVersion = 3, | ||
31 | /* meta */ | 32 | /* meta */ |
32 | latest_FileVersion = 2 | 33 | latest_FileVersion = 3 |
33 | }; | 34 | }; |
34 | 35 | ||
35 | /* Icons */ | 36 | /* Icons */ |