Merged 1638.

This commit is contained in:
Moritz Bunkus 2004-03-28 17:58:39 +00:00
parent f2c3c75ab0
commit 6e6e98fe59
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
librmff 0.5.0 librmff 0.6.0
============= =============
librmff is short for 'RealMedia file format access library'. It aims librmff is short for 'RealMedia file format access library'. It aims

View File

@ -252,7 +252,7 @@ extern "C" {
#include "mb_file_io.h" #include "mb_file_io.h"
#define RMFF_VERSION_MAJOR 0 #define RMFF_VERSION_MAJOR 0
#define RMFF_VERSION_MINOR 5 #define RMFF_VERSION_MINOR 6
#define RMFF_VERSION_MICRO 0 #define RMFF_VERSION_MICRO 0
#define RMFF_VERSION (RMFF_VERSION_MAJOR * 10000 + RMFF_VERSION_MINOR * 100 + \ #define RMFF_VERSION (RMFF_VERSION_MAJOR * 10000 + RMFF_VERSION_MINOR * 100 + \
RMFF_VERSION_MICRO) RMFF_VERSION_MICRO)