# HG changeset patch # User jcdutton # Date 1032410908 0 # Node ID a767842bc447be0f3be2425f13eebbe4cf89c174 # Parent c5e47a98c8833830b937df8234e71b979542e7c5 Update version info. The "note2" bit if to help developers know which version of libdvdnav the user is using. diff -r c5e47a98c883 -r a767842bc447 dvdnav.c --- 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 *