From c770faac5fce67dd4b094b2c20a1f10f4793c35d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 20 Mar 2002 21:08:19 +0000 Subject: John's patch changed the size of a structure stored in the tdb - we must thus update the versionid of the tdb. Jeremy. (This used to be commit c5230a5387d6ef57f89f4224b75de84b18c109ff) --- source3/include/printing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/printing.h b/source3/include/printing.h index 9a0775186b..a4a6a25cb9 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -71,6 +71,6 @@ extern struct printif cups_printif; #define MAX_CACHE_VALID_TIME 3600 #define PRINT_SPOOL_PREFIX "smbprn." -#define PRINT_DATABASE_VERSION 2 +#define PRINT_DATABASE_VERSION 3 #endif /* PRINTING_H_ */ -- cgit