diff options
author | johnallen <[email protected]> | 2007-01-06 20:24:49 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-06 20:24:49 +0000 |
commit | cf738fd40c392bb69a3e8c4b2f31b86b63a20e82 (patch) | |
tree | f02460829f6b8778d81795dc4d74c8f506dd08b2 /libhb/hb.c | |
parent | c353aa54214353ed641b1f4fb00c96b6886b4ade (diff) |
RapidSVN commited changes to files I did not want commited. This commit revert those files back to rev 92.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@94 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 0e7fa3462..d44c05de6 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 "0.7.1a2";//HB_VERSION; + return HB_VERSION; } int hb_get_build( hb_handle_t * h ) |