summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-03-20 21:08:19 +0000
committerJeremy Allison <jra@samba.org>2002-03-20 21:08:19 +0000
commitc770faac5fce67dd4b094b2c20a1f10f4793c35d (patch)
treeb8762fc09785e501635ae7b53574b065ce70e924
parent2eab97160b5934d256a34294db07eb324be17c43 (diff)
downloadsamba-c770faac5fce67dd4b094b2c20a1f10f4793c35d.tar.gz
samba-c770faac5fce67dd4b094b2c20a1f10f4793c35d.tar.bz2
samba-c770faac5fce67dd4b094b2c20a1f10f4793c35d.zip
John's patch changed the size of a structure stored in the tdb - we
must thus update the versionid of the tdb. Jeremy. (This used to be commit c5230a5387d6ef57f89f4224b75de84b18c109ff)
-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 9a0775186b..a4a6a25cb9 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 2
+#define PRINT_DATABASE_VERSION 3
#endif /* PRINTING_H_ */