diff options
author | John Stebbins <[email protected]> | 2015-08-25 09:48:14 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-08-25 14:17:11 -0700 |
commit | 4889bc95883dd2cb0eb679d381d15385b930bcfa (patch) | |
tree | 7a20ea87161e790b84b7f1cd4b0d10010201f995 /libhb/hb.h | |
parent | d4d9555eca3048d281d510bd51267ce67142acd6 (diff) |
build: use git version info instead of svn
Migrate from svn to git. Since our build system automatically generates
version info from the svn repo, this needs to change when we move the
repo to git.
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index cbf25f712..c8101ed68 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -39,7 +39,8 @@ int hb_hwd_enabled( hb_handle_t *h ); hb_hwd_t * hb_hwd_get_context(); /* hb_get_version() */ -char * hb_get_version( hb_handle_t * ); +const char * hb_get_full_description(); +const char * hb_get_version( hb_handle_t * ); int hb_get_build( hb_handle_t * ); /* hb_check_update() |