We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa6687 commit 6158042Copy full SHA for 6158042
app/opusmbptag.sh
@@ -9,6 +9,7 @@ progname="${0##*/}"
9
printbinint() (
10
val=$1
11
i=0
12
+ out=
13
while [ $i -lt 4 ]
14
do
15
val8=$((val%256))
version.h
@@ -1,5 +1,5 @@
1
-#define OPUSCOMMENT_VERSION "1.3.8"
+#define OPUSCOMMENT_VERSION "1.3.9"
2
3
#define OPUSCOMMENT_REVISION_YEAR (2019 - 1900)
4
#define OPUSCOMMENT_REVISION_MONTH (3 - 1)
5
-#define OPUSCOMMENT_REVISION_DAY 2
+#define OPUSCOMMENT_REVISION_DAY 3
0 commit comments