Mercurial > libdvdnav.hg
changeset 100:a767842bc447 src
Update version info.
The "note2" bit if to help developers know which version of libdvdnav the user is using.
author | jcdutton |
---|---|
date | Thu, 19 Sep 2002 04:48:28 +0000 |
parents | c5e47a98c883 |
children | f885a4cb7bce |
files | dvdnav.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdnav.c Wed Sep 18 14:26:42 2002 +0000 +++ b/dvdnav.c Thu Sep 19 04:48:28 2002 +0000 @@ -181,7 +181,7 @@ struct timeval time; /* Create a new structure */ - fprintf(MSG_OUT, "libdvdnav: Using dvdnav version (devel-ref:jcd1) from http://dvd.sf.net\n"); + fprintf(MSG_OUT, "libdvdnav: Using dvdnav version %s from http://dvd.sf.net\n", VERSION); (*dest) = NULL; this = (dvdnav_t*)malloc(sizeof(dvdnav_t)); @@ -1010,6 +1010,10 @@ /* * $Log$ + * Revision 1.38 2002/09/19 04:48:28 jcdutton + * Update version info. + * The "note2" bit if to help developers know which version of libdvdnav the user is using. + * * Revision 1.37 2002/09/18 14:26:42 mroi * fix possible unlock on not locked mutex *