Skip to content

Commit

Permalink
[libbluray] Fixup bd-j version
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Jul 28, 2023
1 parent 1a98cc6 commit 977cd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/libbluray.diff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
+
+set(BLURAY_VERSION_MAJOR 1)
+set(BLURAY_VERSION_MINOR 3)
+set(BLURAY_VERSION_MICRO 2)
+set(BLURAY_VERSION_MICRO 4)
+
+project(libbluray VERSION ${BLURAY_VERSION_MAJOR}.${BLURAY_VERSION_MINOR}.${BLURAY_VERSION_MICRO} LANGUAGES C)
+
Expand Down

0 comments on commit 977cd39

Please sign in to comment.