From 555b175212d5c7e5b8628d4d5e3cba4541037dbb Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 29 Apr 2010 14:00:30 +0200 Subject: s3-printing: Added function to update the queue. --- source3/include/printing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/printing.h') diff --git a/source3/include/printing.h b/source3/include/printing.h index a16917fe32..180f6a0e30 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -83,7 +83,7 @@ extern struct printif iprint_printif; #ifndef PRINT_SPOOL_PREFIX #define PRINT_SPOOL_PREFIX "smbprn." #endif -#define PRINT_DATABASE_VERSION 6 +#define PRINT_DATABASE_VERSION 7 /* There can be this many printing tdb's open, plus any locked ones. */ #define MAX_PRINT_DBS_OPEN 1 -- cgit