changed version to 1.0.0.4

Change-Id: I8580a5de258d74b6a83505046d014ad9c6abfc23
This commit is contained in:
matthewjheaney 2010-10-14 19:34:37 -04:00
parent 16934eb76f
commit c2f6bea0d8

View File

@ -24,7 +24,7 @@ void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision)
major = 1;
minor = 0;
build = 0;
revision = 3;
revision = 4;
}