Bump protocol version once more to allow for previous to be pulled

to netbsd-5 (protocols are not compatible due to time_t/dev_t
change).
This commit is contained in:
pooka 2009-10-17 23:22:04 +00:00
parent dd0a0505f1
commit 50222d88ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: puffs_msgif.h,v 1.67 2009/10/17 23:16:05 pooka Exp $ */
/* $NetBSD: puffs_msgif.h,v 1.68 2009/10/17 23:22:04 pooka Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
@ -102,7 +102,7 @@ enum {
#define PUFFS_ERR_MAX PUFFS_ERR_VPTOFH
#define PUFFSDEVELVERS 0x80000000
#define PUFFSVERSION 28
#define PUFFSVERSION 29
#define PUFFSNAMESIZE 32
#define PUFFS_TYPEPREFIX "puffs|"