Skip to content

Commit

Permalink
Merge pull request #26 from enen92/libbluray_1.3.4
Browse files Browse the repository at this point in the history
[libbluray] Fixup bd-j version
  • Loading branch information
enen92 authored Aug 6, 2023
2 parents 1a98cc6 + 977cd39 commit 10bb35a
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 10bb35a

Please sign in to comment.