Up the printing tdb version number to 5 as I've changed it.
authorJeremy Allison <jra@samba.org>
Thu, 11 Jul 2002 01:00:45 +0000 (01:00 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 11 Jul 2002 01:00:45 +0000 (01:00 +0000)
Jeremy.

source/include/printing.h

index b99f2aeffb99af74244b8856552c15f2a2365189..ecf603b8fcc9f35db321db98c6be88285f757a60 100644 (file)
@@ -71,6 +71,6 @@ extern struct printif cups_printif;
 #define MAX_CACHE_VALID_TIME 3600
 
 #define PRINT_SPOOL_PREFIX "smbprn."
-#define PRINT_DATABASE_VERSION 4
+#define PRINT_DATABASE_VERSION 5
 
 #endif /* PRINTING_H_ */