diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |