diff options
author | johnallen <[email protected]> | 2007-01-06 20:00:53 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-06 20:00:53 +0000 |
commit | c353aa54214353ed641b1f4fb00c96b6886b4ade (patch) | |
tree | 0c84ad257ac0905aefb8f3adead12d4b87302c33 /libhb/hb.c | |
parent | 22be1c5718977a0da3ff709199f45d6e684af224 (diff) |
added Doxyfile, config file for doxygen
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@93 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 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 ) |