From 7f9926d02791df7720c03b470ba7e7d5c9a8f7d5 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Fri, 7 Jul 2023 12:41:51 -0400 Subject: [PATCH] 2023-06-29 Fred Gleason * Incremented the database version to 371. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ lib/dbversion.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d195e2c..a4172317 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24270,6 +24270,8 @@ window in rdairplay(1) when switching between Sound Panel and Voice Tracker views on the right-hand side. 2023-07-07 David Klann + * Added 'DROPBOXES.UPDATE_METADATA' field to the database. * Added support for updating library metadata on subsequent dropbox imports +2023-06-29 Fred Gleason * Incremented the database version to 371. diff --git a/lib/dbversion.h b/lib/dbversion.h index dffea80e..fff661dd 100644 --- a/lib/dbversion.h +++ b/lib/dbversion.h @@ -24,7 +24,7 @@ /* * Current Database Version */ -#define RD_VERSION_DATABASE 370 +#define RD_VERSION_DATABASE 371 #endif // DBVERSION_H