From 898efdc3233e6197235f2b6ef6cb3386c0622b9e Mon Sep 17 00:00:00 2001 From: Vinit Agnihotri Date: Tue, 16 Sep 2025 14:25:40 +0530 Subject: [PATCH] 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 --- 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 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 -- 2.47.3