summaryrefslogtreecommitdiffstats
path: root/libhb/muxmkv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/muxmkv.c')
-rw-r--r--libhb/muxmkv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmkv.c b/libhb/muxmkv.c
index 79d8f2356..83a7daa45 100644
--- a/libhb/muxmkv.c
+++ b/libhb/muxmkv.c
@@ -228,7 +228,7 @@ static int MKVInit( hb_mux_object_t * m )
free(track->codecPrivate);
}
- if( mk_writeHeader( m->file, "HandBrake " HB_VERSION) < 0 )
+ if( mk_writeHeader( m->file, "HandBrake " HB_PROJECT_VERSION) < 0 )
{
hb_error( "Failed to write to output file, disk full?");
*job->die = 1;