bump encoder/decoder versions

those returned by WebPGet(Encoder|Decoder)Version()

Change-Id: I7584d04060ae7ca552f8f3aaf9df294d310a5be6
This commit is contained in:
James Zern 2012-07-17 13:43:39 -07:00
parent c2416c9b61
commit 9ff00cae72
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ extern "C" {
// version numbers
#define DEC_MAJ_VERSION 0
#define DEC_MIN_VERSION 1
#define DEC_REV_VERSION 3
#define DEC_REV_VERSION 99
#define ONLY_KEYFRAME_CODE // to remove any code related to P-Frames

View File

@ -27,7 +27,7 @@ extern "C" {
// version numbers
#define ENC_MAJ_VERSION 0
#define ENC_MIN_VERSION 1
#define ENC_REV_VERSION 3
#define ENC_REV_VERSION 99
// size of histogram used by CollectHistogram.
#define MAX_COEFF_THRESH 64