diff options
author | Jeremy Allison <jra@samba.org> | 2002-03-20 21:08:19 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-03-20 21:08:19 +0000 |
commit | c770faac5fce67dd4b094b2c20a1f10f4793c35d (patch) | |
tree | b8762fc09785e501635ae7b53574b065ce70e924 /source3/include/printing.h | |
parent | 2eab97160b5934d256a34294db07eb324be17c43 (diff) | |
download | samba-c770faac5fce67dd4b094b2c20a1f10f4793c35d.tar.gz samba-c770faac5fce67dd4b094b2c20a1f10f4793c35d.tar.xz 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)
Diffstat (limited to 'source3/include/printing.h')
-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 9a0775186b3..a4a6a25cb9c 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_ */ |