[libdvdnav-devel] [Git][videolan/libdvdnav][master] Use the macro from version.h in dvdnav_version()

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Fri Aug 21 17:43:14 UTC 2026



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdnav


Commits:
8147ccd3 by Scott Theisen at 2026-08-21T19:39:58+02:00
Use the macro from version.h in dvdnav_version()

- - - - -


1 changed file:

- src/dvdnav.c


Changes:

=====================================
src/dvdnav.c
=====================================
@@ -1486,5 +1486,5 @@ user_ops_t dvdnav_get_restrictions(dvdnav_t* this) {
 }
 
 const char* dvdnav_version(void) {
-    return VERSION;
+    return DVDNAV_VERSION_STRING;
 }



View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/8147ccd35e5aae4afdd21171cf7b6b4d8f179d28

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdnav/-/commit/8147ccd35e5aae4afdd21171cf7b6b4d8f179d28
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the libdvdnav-devel mailing list