summaryrefslogtreecommitdiffstats
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
commitc5230a5387d6ef57f89f4224b75de84b18c109ff (patch)
tree00bcd38ce31d1e867451df2bec32c75be67dcf4a
parentbc8d4b98807ece734db3e1c3a2baabf4b28e7b4f (diff)
downloadsamba-c5230a5387d6ef57f89f4224b75de84b18c109ff.tar.gz
samba-c5230a5387d6ef57f89f4224b75de84b18c109ff.tar.xz
samba-c5230a5387d6ef57f89f4224b75de84b18c109ff.zip
John's patch changed the size of a structure stored in the tdb - we
must thus update the versionid of the tdb. Jeremy.
-rw-r--r--source/include/printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/printing.h b/source/include/printing.h
index 9a0775186b3..a4a6a25cb9c 100644
--- a/source/include/printing.h
+++ b/source/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_ */