Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: serializer/cross/version.h

Issue 149236: Add o3djs.DestinationBuffer to converter.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698