bump up versions in preparations for 0.1.3

Change-Id: Icbadada515a5be7810473ff530565c2cb4fb904d
This commit is contained in:
Pascal Massimino 2011-08-29 22:13:02 -07:00
parent a5b78c81b5
commit 812dfa1ae1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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