Repair damanged SQLite databases by re-indexing

This commit is contained in:
hbeham
2013-11-24 13:30:20 +01:00
parent 728f9b3e5f
commit 2ec5cffe11
4 changed files with 31 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ namespace ChanSort.Ui
{
public partial class MainForm : XtraForm
{
public const string AppVersion = "v2013-11-23";
public const string AppVersion = "v2013-11-24";
private const int MaxMruEntries = 10;