summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index d44c05de6..0e7fa3462 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -121,7 +121,7 @@ hb_handle_t * hb_init_real( int verbose, int update_check )
char * hb_get_version( hb_handle_t * h )
{
- return HB_VERSION;
+ return "0.7.1a2";//HB_VERSION;
}
int hb_get_build( hb_handle_t * h )