From 4bce07faaa667c35cf5604b9a6d236baf9528467 Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Wed, 20 Jun 2007 20:21:14 +0000 Subject: [PATCH] oops, forgot to commit this --- panda/src/putil/bam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/putil/bam.h b/panda/src/putil/bam.h index a49ede8ac9..dbaac1ffdd 100644 --- a/panda/src/putil/bam.h +++ b/panda/src/putil/bam.h @@ -36,7 +36,7 @@ static const unsigned short _bam_major_ver = 6; // Bumped to major version 5 on 5/6/05 for new Geom implementation. // Bumped to major version 6 on 2/11/06 to factor out PandaNode::CData. -static const unsigned short _bam_minor_ver = 10; +static const unsigned short _bam_minor_ver = 11; // Bumped to minor version 1 on 3/12/06 to add Texture::_compression. // Bumped to minor version 2 on 3/17/06 to add PandaNode::_draw_control_mask. // Bumped to minor version 3 on 3/21/06 to add Texture::_ram_images. @@ -47,6 +47,7 @@ static const unsigned short _bam_minor_ver = 10; // Bumped to minor version 8 on 5/12/07 to change GeomVertexArrayData::_data. // Bumped to minor version 9 on 5/15/07 to add PlaneNode::_clip_effect. // Bumped to minor version 10 on 6/19/07 to properly write PartBundles. +// Bumped to minor version 11 on 6/20/07 to write frozen joints to PartGroups. #endif