summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-07-11 01:00:45 +0000
committerJeremy Allison <jra@samba.org>2002-07-11 01:00:45 +0000
commitb60bb290e0fa1588eb674fc2e058a7fab8c681ed (patch)
treede7fb24d7447d7285306d2ca01f84e2721afa81b /source3
parent25148a148c1bec680924909722d59d0d47c795ae (diff)
downloadsamba-b60bb290e0fa1588eb674fc2e058a7fab8c681ed.tar.gz
samba-b60bb290e0fa1588eb674fc2e058a7fab8c681ed.tar.bz2
samba-b60bb290e0fa1588eb674fc2e058a7fab8c681ed.zip
Up the printing tdb version number to 5 as I've changed it.
Jeremy. (This used to be commit f4eff4a99edd49ab11d0fc061fdb4efe96e713f5)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h
index b99f2aeffb..ecf603b8fc 100644
--- a/source3/include/printing.h
+++ b/source3/include/printing.h
@@ -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_ */