Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / webdata / common / web_database.cc
index 0f7b6c4..1df177c 100644 (file)
 // corresponding changes must happen in the unit tests, and new migration test
 // added.  See |WebDatabaseMigrationTest::kCurrentTestedVersionNumber|.
 // static
-const int WebDatabase::kCurrentVersionNumber = 55;
+const int WebDatabase::kCurrentVersionNumber = 56;
 
 namespace {
 
-const int kCompatibleVersionNumber = 55;
+const int kCompatibleVersionNumber = 56;
 
 // Change the version number and possibly the compatibility version of
 // |meta_table_|.