set version to 1.0.0.6

Change-Id: I259171d7bce7f670cb937707a9864aa0b9eb0d22
This commit is contained in:
matthewjheaney 2010-11-05 15:21:28 -04:00
parent 95c134ad53
commit 6c9f4d11a1

View File

@ -25,7 +25,7 @@ void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision)
major = 1;
minor = 0;
build = 0;
revision = 5;
revision = 6;
}