From: Vinit Agnihotri Date: Tue, 16 Sep 2025 08:55:40 +0000 (+0530) Subject: printing: Update version for print database X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898efdc3233e6197235f2b6ef6cb3386c0622b9e;p=thirdparty%2Fsamba.git printing: Update version for print database Updating version to change time_t related store/fetch from exisiting uint32_t values to time_t (64-bit) values. Signed-off-by: Vinit Agnihotri Reviewed-by: Volker Lendecke Reviewed-by: Anoop C S --- diff --git a/source3/include/printing.h b/source3/include/printing.h index 20a2eb349d3..07db3790988 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -128,7 +128,7 @@ extern struct printif iprint_printif; #ifndef PRINT_SPOOL_PREFIX #define PRINT_SPOOL_PREFIX "smbprn." #endif -#define PRINT_DATABASE_VERSION 8 +#define PRINT_DATABASE_VERSION 9 #ifdef AIX #define DEFAULT_PRINTING PRINT_AIX