summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-12-22 19:19:37 +0000
committermcgreer%netscape.com <devnull@localhost>2000-12-22 19:19:37 +0000
commit34c54ffd5dbf36778e7d1a799fc6f68ed1cd9ecc (patch)
tree0b00d55503b23d7a0d7680731e06efc311ac2b15
parentc8c7df79ee8b241141326fbfaeedfd3744c6d1db (diff)
downloadnss-hg-34c54ffd5dbf36778e7d1a799fc6f68ed1cd9ecc.tar.gz
bump content version # (fix this, darnit!)
-rw-r--r--security/nss/lib/certdb/certdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/certdb/certdb.h b/security/nss/lib/certdb/certdb.h
index 708dfdf96..51fef4118 100644
--- a/security/nss/lib/certdb/certdb.h
+++ b/security/nss/lib/certdb/certdb.h
@@ -43,7 +43,7 @@
/* version number of certificate database */
#define CERT_DB_FILE_VERSION 7
#ifdef USE_NS_ROOTS
-#define CERT_DB_CONTENT_VERSION 27
+#define CERT_DB_CONTENT_VERSION 28
#else
#define CERT_DB_CONTENT_VERSION 2
#endif