From f7569695f82a923bf4dae7eb58357d0c93bc66e6 Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Thu, 10 Jul 2003 01:06:08 +0000 Subject: [PATCH] added new minor version 5 --- 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 b9b2c00aa0..3c6217a6b7 100644 --- a/panda/src/putil/bam.h +++ b/panda/src/putil/bam.h @@ -34,11 +34,12 @@ static const unsigned short _bam_major_ver = 4; // Bumped to major version 3 on 12/8/00 to change float64's to float32's. // Bumped to major version 4 on 4/10/02 to store new scene graph. -static const unsigned short _bam_minor_ver = 4; +static const unsigned short _bam_minor_ver = 5; // Bumped to minor version 1 on 4/10/03 to add CullFaceAttrib::reverse. // Bumped to minor version 2 on 4/12/03 to add num_components to texture. // Bumped to minor version 3 on 4/15/03 to add ImageBuffer::_alpha_file_channel // Bumped to minor version 4 on 6/12/03 to add PandaNode::set_tag(). +// Bumped to minor version 5 on 7/09/03 to add rawdata mode to texture #endif