| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2009, Google Inc. | 2 * Copyright 2009, Google Inc. |
| 3 * All rights reserved. | 3 * All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 // This file must only contain the serializer version number. Modifying this | 33 // This file must only contain the serializer version number. Modifying this |
| 34 // file causes the assets to be rebuilt. So you must modify this file by | 34 // file causes the assets to be rebuilt. So you must modify this file by |
| 35 // incrementing the version number every time you make a change that changes | 35 // incrementing the version number every time you make a change that changes |
| 36 // the serializer format. | 36 // the serializer format. |
| 37 | 37 |
| 38 #ifndef O3D_SERIALIZER_CROSS_VERSION_H_ | 38 #ifndef O3D_SERIALIZER_CROSS_VERSION_H_ |
| 39 #define O3D_SERIALIZER_CROSS_VERSION_H_ | 39 #define O3D_SERIALIZER_CROSS_VERSION_H_ |
| 40 | 40 |
| 41 namespace o3d { | 41 namespace o3d { |
| 42 const int kSerializerVersion = 5; | 42 const int kSerializerVersion = 6; |
| 43 } | 43 } |
| 44 | 44 |
| 45 #endif // O3D_SERIALIZER_CROSS_VERSION_H_ | 45 #endif // O3D_SERIALIZER_CROSS_VERSION_H_ |
| OLD | NEW |