# HG changeset patch # User James D. Callahan III # Date 1359394796 21600 # Node ID 008229ac55684e5467effc56446306e39d3ebcb0 # Parent c0e19e730b069e25a3703244b814b9e795fb394a Set DB_VERSION back to 14 since there aren't actually any breaking changes. diff -r c0e19e730b06 -r 008229ac5568 Main.lua --- a/Main.lua Mon Jan 28 11:39:13 2013 -0600 +++ b/Main.lua Mon Jan 28 11:39:56 2013 -0600 @@ -32,7 +32,7 @@ ----------------------------------------------------------------------- -- Local constants. ----------------------------------------------------------------------- -local DB_VERSION = 15 +local DB_VERSION = 14 local DEBUGGING = false local EVENT_DEBUG = false