diff options
author | Jeremy Allison <jra@samba.org> | 2002-07-11 01:00:45 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-07-11 01:00:45 +0000 |
commit | f4eff4a99edd49ab11d0fc061fdb4efe96e713f5 (patch) | |
tree | 1da8ca5f74d22f6a1e7d9358bc040ff318df47df /source | |
parent | b0909cfa14fc7ef29d2b98b56d52723570da782a (diff) | |
download | samba-f4eff4a99edd49ab11d0fc061fdb4efe96e713f5.tar.gz samba-f4eff4a99edd49ab11d0fc061fdb4efe96e713f5.tar.xz samba-f4eff4a99edd49ab11d0fc061fdb4efe96e713f5.zip |
Up the printing tdb version number to 5 as I've changed it.
Jeremy.
Diffstat (limited to 'source')
-rw-r--r-- | source/include/printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/printing.h b/source/include/printing.h index b99f2aeffb9..ecf603b8fcc 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 4 +#define PRINT_DATABASE_VERSION 5 #endif /* PRINTING_H_ */ |